forked from tuxcord/tuxcord.nix
treewide: separate ssh keys
This commit is contained in:
+1
-13
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user