From 7baa9c985dde5abe0a8c462172394f181b06b3b1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Feb 2019 12:42:55 +0100 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index cd337a3a..127367d4 100644 --- a/hel.nix +++ b/hel.nix @@ -510,7 +510,7 @@ ]; } { where = "/tmp"; - options = lib.concatStringsSeq "," + options = lib.concatStringsSep "," ["mode=1777" "strictatime" "nosuid" "nodev" "size=16G"]; } ]; -- cgit v1.2.3