fixed duplicate key in proxmox-vm-hardeware.nix

This commit is contained in:
Steven Carpenter 2023-02-09 00:15:04 -05:00
parent a502ee6024
commit 126bf19b4c

View file

@ -4,11 +4,11 @@
services.openssh = lib.mkDefault {
enable = true;
openFirewall = true;
settings = lib.mkDefault {
#settings = lib.mkDefault {
passwordAuthentication = false;
permitRootLogin = "no";
kbdInteractiveAuthentication = false;
};
#};
startWhenNeeded = true;
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
};