diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-20 12:42:55 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-20 12:42:55 +0100 |
| commit | 7baa9c985dde5abe0a8c462172394f181b06b3b1 (patch) | |
| tree | 9e7a0df8f204aff884037bc21ba47b1c92155533 | |
| parent | 481ed7d6aa6c67a70410928e47233d0d386d096b (diff) | |
| download | nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.gz nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.bz2 nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.tar.xz nixos-7baa9c985dde5abe0a8c462172394f181b06b3b1.zip | |
...
| -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 | ]; |
