make live iso minimal

This commit is contained in:
2024-10-19 08:44:02 -05:00
parent 2181795bdb
commit ffae6f8057
13 changed files with 117 additions and 700 deletions

View File

@@ -14,7 +14,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PermitRootLogin = lib.mkForce "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};