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