Set up pounce
on lapetus
This commit is contained in:
parent
a175734015
commit
5de2395977
10 changed files with 285 additions and 13 deletions
hosts/nixos/common/optional/services
10
hosts/nixos/common/optional/services/nginx.nix
Normal file
10
hosts/nixos/common/optional/services/nginx.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
imports = [ ./acme ];
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue