From da7442201df2e510ed29a01faf507f8201473d22 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 23 Jan 2023 22:44:49 +0100 Subject: use no deprecated options --- common.nix | 4 ++-- 1 file 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 -- cgit v1.2.3