From a421b743abef52b2d6826032aef5a6fb40f3169b Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Jun 2023 16:16:16 +0200 Subject: [PATCH] hosts/VEGAS: handle renamed options --- hosts/VEGAS/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index e1af716..139de07 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -92,7 +92,7 @@ }; system.stateVersion = "21.05"; - services.openssh.passwordAuthentication = false; + services.openssh.settings.PasswordAuthentication = false; containers.soda = { path = depot.nixosConfigurations.soda.config.system.build.toplevel;