summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-23 22:44:49 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-23 22:44:49 +0100
commitda7442201df2e510ed29a01faf507f8201473d22 (patch)
tree3dd8c37469bc08a58a397e633bee671e8516d679 /common.nix
parentc75f440610ab124a125f768b828e0e6595456323 (diff)
use no deprecated options
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.nix b/common.nix
index c544b72..0477352 100644
--- a/common.nix
+++ b/common.nix
@@ -257,8 +257,8 @@ in
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;
- passwordAuthentication = false;
- permitRootLogin = "yes";
+ settings.PasswordAuthentication = false;
+ settings.PermitRootLogin = "yes";
};
# virus scanner, we only want the updater running