[user module] set sops key path
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m34s

also this should be moved into a different module later i think
This commit is contained in:
2025-03-04 21:04:56 +01:00
parent 65e7152ef0
commit abb565cace

View File

@@ -52,7 +52,13 @@ in
})
{
users.mutableUsers = false;
services.openssh.hostKeys = [{ path = "/etc/ssh/${hostName}"; type = "ssh-ed25519"; }];
services.openssh.hostKeys = [
{
path = "/etc/ssh/${hostName}";
type = "ssh-ed25519";
}
];
sops.age.sshKeyPaths = [ "/etc/ssh/${hostName}" ];
environment.systemPackages = with pkgs; [
nix-output-monitor
vim