summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/1systems/mu.nix')
-rw-r--r--tv/1systems/mu.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/1systems/mu.nix b/tv/1systems/mu.nix
index ec208a0b..e7908e29 100644
--- a/tv/1systems/mu.nix
+++ b/tv/1systems/mu.nix
@@ -157,11 +157,6 @@ with config.krebs.lib;
];
};
- services.journald.extraConfig = ''
- SystemMaxUse=1G
- RuntimeMaxUse=128M
- '';
-
# see tmpfiles.d(5)
systemd.tmpfiles.rules = [
"d /tmp 1777 root root - -" # does this work with mounted /tmp?