From 481ed7d6aa6c67a70410928e47233d0d386d096b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Feb 2019 12:42:20 +0100 Subject: ... --- hel.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hel.nix b/hel.nix index f91c8904..cd337a3a 100644 --- a/hel.nix +++ b/hel.nix @@ -509,6 +509,10 @@ [ "ro" "guest" ]; } + { where = "/tmp"; + options = lib.concatStringsSeq "," + ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; + } ]; systemd.user.services."pulseaudio".enable = lib.mkForce false; @@ -623,12 +627,6 @@ ''; }; - systemd.mounts = [ - { where = "/tmp"; - mountOptions.Options = ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; - } - ]; - system = { stateVersion = "16.09"; }; -- cgit v1.2.3