updates for 24.11

This commit is contained in:
Daniel Frank 2024-12-30 13:47:35 +01:00
parent c0f31a7440
commit 64d5842234
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -23,7 +23,6 @@
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
# boot.loader.grub.efiSupport = true; # boot.loader.grub.efiSupport = true;
# boot.loader.grub.efiInstallAsRemovable = true; # boot.loader.grub.efiInstallAsRemovable = true;
# boot.loader.efi.efiSysMountPoint = "/boot/efi"; # boot.loader.efi.efiSysMountPoint = "/boot/efi";
@ -96,8 +95,8 @@
# Only allow login through pubkey # Only allow login through pubkey
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
}; };
kbdInteractiveAuthentication = false;
extraConfig = "PubkeyAcceptedAlgorithms +ssh-rsa"; extraConfig = "PubkeyAcceptedAlgorithms +ssh-rsa";
}; };
# Support mosh connections # Support mosh connections