make renamed options complain (less)

pull/5/head
stuebinm 2022-11-10 00:52:41 +01:00
parent 620c1a30e4
commit acd051e4e0
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''