90 day log retention

This commit is contained in:
2023-12-03 22:40:25 +00:00
parent 1aab626f17
commit 5c591c0a06

View File

@ -54,6 +54,11 @@ with lib.my;
system.stateVersion = "22.11";
services.journald.extraConfig = ''
SystemMaxUse=4G
MaxRetentionSec=90day
'';
services.nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";