Updated lockfile
Also addressed some renamed options.
This commit is contained in:
parent
ca421f2b60
commit
73f0dcd6ee
2 changed files with 13 additions and 11 deletions
|
@ -139,8 +139,10 @@
|
|||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.geoclue2.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue