aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOromis Foxtail <qwertman783@outlook.com>2026-04-22 15:40:58 +0200
committerOromis Foxtail <qwertman783@outlook.com>2026-04-22 15:40:58 +0200
commitc67f2602c12a774a2c63a8daf7fd4e80540fd11a (patch)
tree74acd5f4611ed8a00c9a2edbd4bae777773ac0d1
parentaf5355ce072a862d2a93a8a8f35e2f5a555e39aa (diff)
Removed nix subvolume file_system configf
-rw-r--r--hosts/herra/file-system.nix2
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;
};
}