diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ]; |