diff --git a/hosts/lkk-nix-1/default.nix b/hosts/lkk-nix-1/default.nix index dc241d1..383b94f 100644 --- a/hosts/lkk-nix-1/default.nix +++ b/hosts/lkk-nix-1/default.nix @@ -11,7 +11,7 @@ boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only services.openssh.enable = true; - services.openssh.settings.PasswordAuthentication' = false; + services.openssh.passwordAuthentication = false; networking = { hostName = "lkk-nix-1"; firewall.enable = true;