From 64d584223464401462633dae49ed871b3e01b243 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Mon, 30 Dec 2024 13:47:35 +0100 Subject: [PATCH] updates for 24.11 --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 30e9926..593dff0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,7 +23,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; # boot.loader.grub.efiSupport = true; # boot.loader.grub.efiInstallAsRemovable = true; # boot.loader.efi.efiSysMountPoint = "/boot/efi"; @@ -96,8 +95,8 @@ # Only allow login through pubkey settings = { PasswordAuthentication = false; + KbdInteractiveAuthentication = false; }; - kbdInteractiveAuthentication = false; extraConfig = "PubkeyAcceptedAlgorithms +ssh-rsa"; }; # Support mosh connections