Commit 084afa1d9d52
Changed files (1)
systems
modules
core
systems/modules/core/default.nix
@@ -19,6 +19,10 @@
Defaults env_keep += SSH_AUTH_SOCK
'';
};
+
+ # Only keep the last 500MiB of systemd journal.
+ services.journald.extraConfig = "SystemMaxUse=500M";
+
systemd.services."status-email-root@" = {
description = "status email for %i to vincent";
serviceConfig = {