summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 };