From 43f703f3118f44b3db6f5b05a9b25331e759aeb5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 7 Mar 2025 10:59:09 +0100 Subject: [PATCH] tower/filesystem/default.nix fix boot mount options --- hosts/tower/filesystem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }; }; }