feat(alys): add alys host configuration

This commit is contained in:
2025-07-05 00:02:39 +02:00
parent 3de874f873
commit 958a98ef81
11 changed files with 180 additions and 42 deletions

8
users/phundrak/alys.nix Normal file
View File

@@ -0,0 +1,8 @@
{
imports = [./light-home.nix];
home.phundrak.sshKey = {
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTv1lb6d99O84jeh6GdjPm8Gnt/HncSRhGhmoTq7BMK lucien@phundrak.com";
file = "/home/phundrak/.ssh/id_ed25519.pub";
};
modules.nh.flake = "/home/phundrak/.dotfiles";
}