treewide: separate ssh keys

This commit is contained in:
2026-05-02 17:10:15 -04:00
parent 6cd9ae97ea
commit 500b17237e
5 changed files with 33 additions and 18 deletions
+1 -13
View File
@@ -21,6 +21,7 @@ in
./hardware.nix
./impermanence.nix
./modules
./openssh.nix
./programs.nix
./users.nix
./vm.nix
@@ -100,19 +101,6 @@ in
};
};
services = {
openssh = {
enable = true;
settings = {
ClientAliveInterval = 300;
KbdInteractiveAuthentication = false;
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};
};
virtualisation.podman.enable = true;
zramSwap = {