set ssh keys to the file dynamically for allowed keys, and fix all preservation settings erroring out

This commit is contained in:
Lillian Violet 2026-01-05 17:08:09 +01:00
parent f95d8cdbcf
commit 9231eb0d2d
2 changed files with 2 additions and 3 deletions

View file

@ -273,8 +273,8 @@
shell = pkgs.zsh;
hashedPasswordFile = config.sops.secrets."lillian-password".path;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILhwA+ZdP2tEBYQNdzLHZzFHxocyeqzhXI6tFpaZA3PZ lillian@EDI"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH30G2PJOnI6jnAtxOQV0SpLFUva0adarLZLvaoZvjGE lillian@GLaDOS"
"${builtins.readFile ../../home-manager/hosts/GLaDOS/id_ed25519.pub}"
"${builtins.readFile ../../home-manager/hosts/EDI/id_ed25519.pub}"
];
};

View file

@ -100,7 +100,6 @@
mode = "0700";
}
#Desktop
"gnupg"
".local/state/wireplumber"
".local/share/direnv"
".local/state/nix"