mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
increased fd
This commit is contained in:
parent
ecb985c1ed
commit
a207d2e1cc
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
systemd.services.nginx.serviceConfig.LimitNOFILE = 65536;
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = config.user.email;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue