From c67f2602c12a774a2c63a8daf7fd4e80540fd11a Mon Sep 17 00:00:00 2001 From: Oromis Foxtail Date: Wed, 22 Apr 2026 15:40:58 +0200 Subject: Removed nix subvolume file_system configf --- hosts/herra/file-system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/herra/file-system.nix') 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; }; } -- cgit v1.2.3