diff options
author | lassulus <lass@aidsballs.de> | 2016-07-07 23:33:18 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-07 23:33:18 +0200 |
commit | f4b2262c7eb07a4b66a9352e9851e9e94c13b540 (patch) | |
tree | 3c42557a71d240ec242af36cabb3a618aad0665d /tv/1systems/wu.nix | |
parent | 0ff8c0416ed838a1155ecc015d81708bb72ea1d3 (diff) | |
parent | f7d966043d04d73df719cbe6c13e4c1aa16bb7f7 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index d115e274b..a2e113e18 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -29,7 +29,6 @@ with config.krebs.lib; # root cryptsetup - ntp # ntpate # tv bc @@ -164,11 +163,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? |