further attic configurations

This commit is contained in:
Danilo Reyes 2024-11-12 15:59:45 -06:00
parent a3baabcd25
commit 5cc10886fc

View File

@ -24,6 +24,14 @@ in
avg-size = 64 * 1024; # 64 KiB
max-size = 256 * 1024; # 256 KiB
};
compression = {
type = "xz";
level = 16;
};
garbage-collection = {
interval = "7 days";
default-retention-period = "7 days";
};
};
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (