diff --git a/hosts/orion/os/fs.nix b/hosts/orion/os/fs.nix index 25b80bb7..6fb50c87 100644 --- a/hosts/orion/os/fs.nix +++ b/hosts/orion/os/fs.nix @@ -72,6 +72,7 @@ in name = "crypted"; settings = { allowDiscards = true; + bypassWorkqueues = true; }; content = { type = "btrfs"; @@ -111,4 +112,4 @@ in }; }; }; -} +} \ No newline at end of file