summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:42:55 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:42:55 +0100
commit7baa9c985dde5abe0a8c462172394f181b06b3b1 (patch)
tree9e7a0df8f204aff884037bc21ba47b1c92155533
parent481ed7d6aa6c67a70410928e47233d0d386d096b (diff)
downloadnixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar
nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.gz
nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.bz2
nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.xz
nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.zip
...
-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 ];