specify namespace one level up

This commit is contained in:
Vivian 2023-01-16 21:18:47 +01:00
parent 686c25a3fb
commit 531b9519bc
5 changed files with 15 additions and 10 deletions

View file

@ -72,7 +72,9 @@
# Enable SSH
services.openssh = {
enable = true;
passwordAuthentication = false;
permitRootLogin = lib.mkDefault "no";
settings = {
PasswordAuthentication = lib.mkDefault false;
PermitRootLogin = lib.mkDefault "no";
};
};
}