diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-20 12:39:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-20 12:39:47 +0100 |
commit | 0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b (patch) | |
tree | a360ec75fad57b06a3555140e6c7dc83c4dda014 /hel.nix | |
parent | 797fa254489121896f409619eb32546a49680083 (diff) | |
download | nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.gz nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.bz2 nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.tar.xz nixos-0fa3d77bd7a21eb2ac4a5316b4f56018d2d1ae6b.zip |
larger tmp on hel
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | }; |