diff options
author | tv <tv@krebsco.de> | 2016-07-03 21:30:46 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-03 21:30:46 +0200 |
commit | 99136e1764d5eb0d2e04252af7097062e6aaaa0b (patch) | |
tree | a50a7479e50a6954495e3af4d1860dc4388bc2e8 /tv/1systems/xu.nix | |
parent | 7c68b926aeb6ae38b21e5b7a23bb46ddf402bea9 (diff) |
tv: define journald default extraConfig
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 7277f5cb7..1cd1df1ac 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -176,11 +176,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? |