fixed duplicate key in proxmox-vm-hardeware.nix
This commit is contained in:
parent
a502ee6024
commit
126bf19b4c
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue