diff options
| author | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-19 22:54:00 +0200 |
|---|---|---|
| committer | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-19 22:54:00 +0200 |
| commit | 2db7a855aebaed5514fba6547fc66910ad88e0d4 (patch) | |
| tree | 62752b411c4c79912fbc96217859f47b61222c30 | |
| parent | dae3c2ca44b4cc0f5b250db1732e7c106470e804 (diff) | |
Added neededforboot to nix store paortition
| -rw-r--r-- | hosts/herra/file-system.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix index 47e75cb..2e47cf2 100644 --- a/hosts/herra/file-system.nix +++ b/hosts/herra/file-system.nix @@ -1,5 +1,6 @@ {...}: { fileSystems."/nix" = { - options = [ "compress=zstd:3" "noatime" ]; #"subvol=@nix" -}; + options = [ "subvol=@nix" "compress=zstd:3" "noatime" ]; + neededForBoot = true; + }; } |
