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 {
|
services.openssh = lib.mkDefault {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
settings = lib.mkDefault {
|
#settings = lib.mkDefault {
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
permitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
kbdInteractiveAuthentication = false;
|
kbdInteractiveAuthentication = false;
|
||||||
};
|
#};
|
||||||
startWhenNeeded = true;
|
startWhenNeeded = true;
|
||||||
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
|
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue