diff options
| author | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-22 15:40:58 +0200 |
|---|---|---|
| committer | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-22 15:40:58 +0200 |
| commit | c67f2602c12a774a2c63a8daf7fd4e80540fd11a (patch) | |
| tree | 74acd5f4611ed8a00c9a2edbd4bae777773ac0d1 | |
| parent | af5355ce072a862d2a93a8a8f35e2f5a555e39aa (diff) | |
Removed nix subvolume file_system configf
| -rw-r--r-- | hosts/herra/file-system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix index 2e47cf2..42976ff 100644 --- a/hosts/herra/file-system.nix +++ b/hosts/herra/file-system.nix @@ -1,6 +1,6 @@ {...}: { fileSystems."/nix" = { - options = [ "subvol=@nix" "compress=zstd:3" "noatime" ]; + options = [ "compress=zstd:3" "noatime" ]; neededForBoot = true; }; } |
