Remove nixos-module option

This commit is contained in:
Sandro - 2023-01-03 05:50:39 +01:00
parent 67d5bc9c6e
commit abccab1c47
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 7 deletions

View File

@ -27,7 +27,6 @@
services.nginx = {
enable = true;
sslDhparam = "${config.security.dhparams.params."nginx".path}";
defaultListenAddresses = [ "0.0.0.0" "[::]" ];
additionalModules = [ pkgs.nginxModules.fancyindex ];
};
@ -62,12 +61,6 @@
};
};
security.dhparams = {
enable = true;
stateful = true;
params."nginx".bits = 4096;
};
services.openssh.extraConfig = ''
Match User ftpupload
X11Forwarding no