mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 {
|
config = mkIf cfg.enable {
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
systemd.services.nginx.serviceConfig.LimitNOFILE = 65536;
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = config.user.email;
|
defaults.email = config.user.email;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue