summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-07-03 21:30:46 +0200
committertv <tv@krebsco.de>2016-07-03 21:30:46 +0200
commit5a0dfe6e72441e619628e77b64365d0ad248bc99 (patch)
tree44414e52cddb85069b6c75c0ea7c3f4e41c9b69c /tv/1systems/wu.nix
parentd83006b3aa50c5fee58a7428090df324df7be428 (diff)
tv: define journald default extraConfig
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index d115e27..645cda6 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -164,11 +164,6 @@ with config.krebs.lib;
services.printing.enable = true;
- 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?