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;
|
||||
ports = lib.mkDefault [ 62954 ];
|
||||
passwordAuthentication = false;
|
||||
challengeResponseAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
permitRootLogin = lib.mkDefault "prohibit-password";
|
||||
extraConfig = "StreamLocalBindUnlink yes";
|
||||
forwardX11 = true;
|
||||
|
@ -72,7 +72,7 @@ in {
|
|||
niv
|
||||
];
|
||||
|
||||
security.acme.email = "info+acme@hacc.space";
|
||||
security.acme.defaults.email = "info+acme@hacc.space";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
services.nginx.appendHttpConfig = ''
|
||||
|
|
Loading…
Reference in a new issue