We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d2cfa commit db15f36Copy full SHA for db15f36
testgrid.tahoe-lafs.org/system-configuration.nix
@@ -44,7 +44,7 @@
44
# The default is 10% of the partitition size or so.
45
services.journald.extraConfig = ''
46
# One week of logs ought to be enough
47
- MaxRetentionSec=${toString(7 * (24 * 60 * 60))}s;
+ MaxRetentionSec=${toString(7 * (24 * 60 * 60))}s
48
MaxFileSec=1day
49
SystemMaxUse=250M
50
'';
0 commit comments