make renamed options complain (less)
This commit is contained in:
parent
620c1a30e4
commit
acd051e4e0
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = lib.mkDefault [ 62954 ];
|
ports = lib.mkDefault [ 62954 ];
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
challengeResponseAuthentication = false;
|
kbdInteractiveAuthentication = false;
|
||||||
permitRootLogin = lib.mkDefault "prohibit-password";
|
permitRootLogin = lib.mkDefault "prohibit-password";
|
||||||
extraConfig = "StreamLocalBindUnlink yes";
|
extraConfig = "StreamLocalBindUnlink yes";
|
||||||
forwardX11 = true;
|
forwardX11 = true;
|
||||||
|
@ -72,7 +72,7 @@ in {
|
||||||
niv
|
niv
|
||||||
];
|
];
|
||||||
|
|
||||||
security.acme.email = "info+acme@hacc.space";
|
security.acme.defaults.email = "info+acme@hacc.space";
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
||||||
services.nginx.appendHttpConfig = ''
|
services.nginx.appendHttpConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue