summaryrefslogtreecommitdiff
path: root/hosts/skadhi
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-09-22 18:07:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-09-22 18:07:38 +0200
commitf1d72648fe0de103907d24dfb0ee9ef9ff2e5f44 (patch)
tree679531bac41957d815d9b54785562ceb1f1c4463 /hosts/skadhi
parent4f88d0fbe54cda93d618694822be76f962328fb4 (diff)
downloadnixos-f1d72648fe0de103907d24dfb0ee9ef9ff2e5f44.tar
nixos-f1d72648fe0de103907d24dfb0ee9ef9ff2e5f44.tar.gz
nixos-f1d72648fe0de103907d24dfb0ee9ef9ff2e5f44.tar.bz2
nixos-f1d72648fe0de103907d24dfb0ee9ef9ff2e5f44.tar.xz
nixos-f1d72648fe0de103907d24dfb0ee9ef9ff2e5f44.zip
...
Diffstat (limited to 'hosts/skadhi')
-rw-r--r--hosts/skadhi/hw.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/skadhi/hw.nix b/hosts/skadhi/hw.nix
index 42d6a462..4b436df5 100644
--- a/hosts/skadhi/hw.nix
+++ b/hosts/skadhi/hw.nix
@@ -57,8 +57,8 @@
57 "--rootdir" (toString (pkgs.runCommand "rootdir" { 57 "--rootdir" (toString (pkgs.runCommand "rootdir" {
58 } '' 58 } ''
59 mkdir $out 59 mkdir $out
60 install -d ${map (p: "$out/${p}") subvols} 60 install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") subvols}
61 install -m 0700 -d ${map (p: "$out/${p}") restricted} 61 install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted}
62 '')) 62 ''))
63 ] ++ lib.concatMap (p: ["--subvol" p]) subvols; 63 ] ++ lib.concatMap (p: ["--subvol" p]) subvols;
64 subvolumes = { 64 subvolumes = {