move more stuf out of flake.nix

This commit is contained in:
Vinzenz Schroeter 2025-12-11 22:13:32 +01:00
parent 0bb0018450
commit 6bfa995c4d
10 changed files with 180 additions and 112 deletions

View file

@ -3,7 +3,7 @@
enable = true;
openFirewall = true;
settings = {
PermitRootLogin = "without-password";
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};