further attic configurations
This commit is contained in:
parent
a3baabcd25
commit
5cc10886fc
@ -24,6 +24,14 @@ in
|
|||||||
avg-size = 64 * 1024; # 64 KiB
|
avg-size = 64 * 1024; # 64 KiB
|
||||||
max-size = 256 * 1024; # 256 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 (
|
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user