From 503e8788b12a9b74b719145128f4367a19e7766b Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:49:21 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:49:21 --- hosts/lillypc/hardware.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/lillypc/hardware.nix b/hosts/lillypc/hardware.nix index a443811..77835e6 100644 --- a/hosts/lillypc/hardware.nix +++ b/hosts/lillypc/hardware.nix @@ -14,13 +14,13 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/8ef1b753-7a4a-4062-a906-6a01ce7b6111"; fsType = "btrfs"; - options = [ "subvol=@" "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ]; + options = [ "subvol=@" "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ]; }; fileSystems."/home" = { device = "/dev/disk/by-uuid/8ef1b753-7a4a-4062-a906-6a01ce7b6111"; fsType = "btrfs"; - options = [ "subvol=@home" "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ]; + options = [ "subvol=@home" "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ]; }; fileSystems."/boot" = @@ -32,7 +32,7 @@ fileSystems."/data" = { device = "/dev/disk/by-uuid/5c58c3c4-2ce8-4ad9-8277-ff7503462f88"; fsType = "btrfs"; - options = [ "rw" "relatime" "compress=zstd:3" "ssd" "discard=async" "space_cache=v2" ]; + options = [ "rw" "relatime" "compress=zstd:3" "ssd" "space_cache=v2" ]; }; swapDevices =