diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-24 10:56:18 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-24 10:56:18 +0200 |
| commit | 801594dd2168c6d99b34de0bc26ec037aa91ebee (patch) | |
| tree | af9183fd71cc7ed5fd8a01b19f3979ed632640ec /hosts/skadhi/fs.nix | |
| parent | 7cbc2ab91426b555d01fb90d056119c9677b1a77 (diff) | |
| download | nixos-801594dd2168c6d99b34de0bc26ec037aa91ebee.tar nixos-801594dd2168c6d99b34de0bc26ec037aa91ebee.tar.gz nixos-801594dd2168c6d99b34de0bc26ec037aa91ebee.tar.bz2 nixos-801594dd2168c6d99b34de0bc26ec037aa91ebee.tar.xz nixos-801594dd2168c6d99b34de0bc26ec037aa91ebee.zip | |
...
Diffstat (limited to 'hosts/skadhi/fs.nix')
| -rw-r--r-- | hosts/skadhi/fs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/skadhi/fs.nix b/hosts/skadhi/fs.nix index 64d49f7d..73191aa9 100644 --- a/hosts/skadhi/fs.nix +++ b/hosts/skadhi/fs.nix | |||
| @@ -62,6 +62,7 @@ | |||
| 62 | mkdir $out | 62 | mkdir $out |
| 63 | install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") (dirs ++ subvols)} | 63 | install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") (dirs ++ subvols)} |
| 64 | install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} | 64 | install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} |
| 65 | ln -s /etc/zoneinfo/UTC /persistent/etc/localtime | ||
| 65 | '')) | 66 | '')) |
| 66 | ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted); | 67 | ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted); |
| 67 | subvolumes = { | 68 | subvolumes = { |
