1
Fork 0

Set up pounce on lapetus

This commit is contained in:
Matei Adriel 2024-01-31 21:59:11 +01:00
commit 5de2395977
No known key found for this signature in database
10 changed files with 285 additions and 13 deletions
hosts/nixos/common/optional/services

View file

@ -0,0 +1,10 @@
{
imports = [ ./acme ];
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
}