Updated lockfile

Also addressed some renamed options.
This commit is contained in:
Alejandro Angulo 2023-02-13 18:09:50 -08:00
parent ca421f2b60
commit 73f0dcd6ee
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 13 additions and 11 deletions

View file

@ -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;