From 0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Feb 2019 12:39:47 +0100 Subject: larger tmp on hel --- hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hel.nix b/hel.nix index c81f1c38..f91c8904 100644 --- a/hel.nix +++ b/hel.nix @@ -623,6 +623,12 @@ ''; }; + systemd.mounts = [ + { where = "/tmp"; + mountOptions.Options = ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; + } + ]; + system = { stateVersion = "16.09"; }; -- cgit v1.2.3