diff --git a/hosts/tower/filesystem/default.nix b/hosts/tower/filesystem/default.nix index 088b3c7..331c4dd 100644 --- a/hosts/tower/filesystem/default.nix +++ b/hosts/tower/filesystem/default.nix @@ -8,7 +8,7 @@ "/" = { device = "/dev/disk/by-uuid/3a781f2e-290a-4609-9035-a93374459def"; fsType = "ext4"; - options = ["noatime" "compress=zstd"]; + options = ["noatime"]; }; }; }