specify namespace one level up
This commit is contained in:
parent
686c25a3fb
commit
531b9519bc
5 changed files with 15 additions and 10 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue