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.
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