diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-23 16:31:47 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-23 16:31:47 +0200 |
| commit | 19355581e512d3f1fb15e36675d7f2a0578ca5ea (patch) | |
| tree | 0daa8d9078f8ca3fe051a81e01243afd70f6294e /hosts/skadhi/fs.nix | |
| parent | cc381d5ff0e4ebb8496bc35f2b70661213c2f08c (diff) | |
| download | nixos-19355581e512d3f1fb15e36675d7f2a0578ca5ea.tar nixos-19355581e512d3f1fb15e36675d7f2a0578ca5ea.tar.gz nixos-19355581e512d3f1fb15e36675d7f2a0578ca5ea.tar.bz2 nixos-19355581e512d3f1fb15e36675d7f2a0578ca5ea.tar.xz nixos-19355581e512d3f1fb15e36675d7f2a0578ca5ea.zip | |
...
Diffstat (limited to 'hosts/skadhi/fs.nix')
| -rw-r--r-- | hosts/skadhi/fs.nix | 2 |
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" = { |
