summaryrefslogtreecommitdiff
path: root/hosts/skadhi/fs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/skadhi/fs.nix')
-rw-r--r--hosts/skadhi/fs.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
63 install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") subvols} 63 install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") subvols}
64 install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} 64 install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted}
65 '')) 65 ''))
66 ] ++ lib.concatMap (p: ["--subvol" p]) subvols; 66 ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted);
67 subvolumes = { 67 subvolumes = {
68 "/persistent".mountpoint = "/persistent"; 68 "/persistent".mountpoint = "/persistent";
69 "/swap" = { 69 "/swap" = {