From 4f88d0fbe54cda93d618694822be76f962328fb4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 18:04:02 +0200 Subject: ... --- hosts/skadhi/hw.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/skadhi/hw.nix b/hosts/skadhi/hw.nix index 02054202..42d6a462 100644 --- a/hosts/skadhi/hw.nix +++ b/hosts/skadhi/hw.nix @@ -56,8 +56,9 @@ "--compress" "zstd:15" "--rootdir" (toString (pkgs.runCommand "rootdir" { } '' - install -d ${lib.escapeShellArgs (map (p: "$out/${p}") subvols)} - install -m 0700 -d ${lib.escapeShellArgs (map (p: "$out/${p}") restricted)} + mkdir $out + install -d ${map (p: "$out/${p}") subvols} + install -m 0700 -d ${map (p: "$out/${p}") restricted} '')) ] ++ lib.concatMap (p: ["--subvol" p]) subvols; subvolumes = { -- cgit v1.2.3