summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index cd337a3a..127367d4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -510,7 +510,7 @@
510 ]; 510 ];
511 } 511 }
512 { where = "/tmp"; 512 { where = "/tmp";
513 options = lib.concatStringsSeq "," 513 options = lib.concatStringsSep ","
514 ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; 514 ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"];
515 } 515 }
516 ]; 516 ];