90 day log retention
This commit is contained in:
parent
1aab626f17
commit
5c591c0a06
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user