From 5b84ea500d2c5684b5428b6d74c39a7fc487853f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 17:55:32 +0200 Subject: ... --- hosts/skadhi/hw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/skadhi/hw.nix b/hosts/skadhi/hw.nix index dd2af18d..02054202 100644 --- a/hosts/skadhi/hw.nix +++ b/hosts/skadhi/hw.nix @@ -54,11 +54,11 @@ in [ "--csum" "blake2" "--compress" "zstd:15" - "--rootdir" (pkgs.runCommand "rootdir" { + "--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)} - '') + '')) ] ++ lib.concatMap (p: ["--subvol" p]) subvols; subvolumes = { "/persistent".mountpoint = "/persistent"; -- cgit v1.2.3