nixos: break up leana module

This commit is contained in:
Primrose 2025-04-01 22:48:14 +02:00
parent 20a26d6a3f
commit 71e8165419
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 15 additions and 12 deletions

View file

@ -8,5 +8,9 @@
services.openssh = {
enable = true;
ports = lib.mkDefault [22];
settings = {
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
};
};
}