diff --git a/machines/modules/malobeo/users.nix b/machines/modules/malobeo/users.nix index 4f1b272..8776288 100644 --- a/machines/modules/malobeo/users.nix +++ b/machines/modules/malobeo/users.nix @@ -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