summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:39:47 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:39:47 +0100
commit0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b (patch)
treea360ec75fad57b06a3555140e6c7dc83c4dda014
parent797fa254489121896f409619eb32546a49680083 (diff)
downloadnixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar
nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.gz
nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.bz2
nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.xz
nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.zip
larger tmp on hel
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index c81f1c38..f91c8904 100644
--- a/hel.nix
+++ b/hel.nix
@@ -623,6 +623,12 @@
623 ''; 623 '';
624 }; 624 };
625 625
626 systemd.mounts = [
627 { where = "/tmp";
628 mountOptions.Options = ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"];
629 }
630 ];
631
626 system = { 632 system = {
627 stateVersion = "16.09"; 633 stateVersion = "16.09";
628 }; 634 };