diff options
-rw-r--r-- | hel.nix | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -509,6 +509,10 @@ | |||
509 | [ "ro" "guest" | 509 | [ "ro" "guest" |
510 | ]; | 510 | ]; |
511 | } | 511 | } |
512 | { where = "/tmp"; | ||
513 | options = lib.concatStringsSeq "," | ||
514 | ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; | ||
515 | } | ||
512 | ]; | 516 | ]; |
513 | 517 | ||
514 | systemd.user.services."pulseaudio".enable = lib.mkForce false; | 518 | systemd.user.services."pulseaudio".enable = lib.mkForce false; |
@@ -623,12 +627,6 @@ | |||
623 | ''; | 627 | ''; |
624 | }; | 628 | }; |
625 | 629 | ||
626 | systemd.mounts = [ | ||
627 | { where = "/tmp"; | ||
628 | mountOptions.Options = ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; | ||
629 | } | ||
630 | ]; | ||
631 | |||
632 | system = { | 630 | system = { |
633 | stateVersion = "16.09"; | 631 | stateVersion = "16.09"; |
634 | }; | 632 | }; |