WIP: switch to open modules

This commit is contained in:
Filippo Berto 2025-09-23 14:58:21 +02:00
parent fec002c10b
commit 2d93d5c465
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 30 additions and 22 deletions

View file

@ -5,7 +5,7 @@
openFirewall = true;
settings = {
KbdInteractiveAuthentication = lib.mkDefault false;
PermitRootLogin = lib.mkDefault "prohibit-password";
# PermitRootLogin = lib.mkDefault "prohibit-password";
PasswordAuthentication = lib.mkDefault false;
};
};