updates for 24.11
This commit is contained in:
parent
c0f31a7440
commit
64d5842234
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue