From 19355581e512d3f1fb15e36675d7f2a0578ca5ea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Sep 2026 16:31:47 +0200 Subject: ... --- hosts/skadhi/fs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/skadhi/fs.nix') diff --git a/hosts/skadhi/fs.nix b/hosts/skadhi/fs.nix index cbeef6f9..a2a01392 100644 --- a/hosts/skadhi/fs.nix +++ b/hosts/skadhi/fs.nix @@ -63,7 +63,7 @@ install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") subvols} install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} '')) - ] ++ lib.concatMap (p: ["--subvol" p]) subvols; + ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted); subvolumes = { "/persistent".mountpoint = "/persistent"; "/swap" = { -- cgit v1.2.3