diff --git a/hosts/common/btrfs-optin-persistence.nix b/hosts/common/btrfs-optin-persistence.nix index 9eb86636..fdfe4896 100644 --- a/hosts/common/btrfs-optin-persistence.nix +++ b/hosts/common/btrfs-optin-persistence.nix @@ -45,7 +45,7 @@ "/swap" = { device = "/dev/disk/by-label/${hostname}"; fsType = "btrfs"; - options = [ "subvol=swap" "noatime" "compress=lzo" ]; + options = [ "subvol=swap" "noatime" ]; }; };