From 474535f15cbfefb672174aa74e7665d4b46a3949 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 7 May 2026 18:18:10 -0400 Subject: [PATCH] add dirty frag workaround --- modules/common/dirty-frag.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/common/dirty-frag.nix diff --git a/modules/common/dirty-frag.nix b/modules/common/dirty-frag.nix new file mode 100644 index 0000000..63022e9 --- /dev/null +++ b/modules/common/dirty-frag.nix @@ -0,0 +1,7 @@ +{ + boot.blacklistedKernelModules = [ + "esp4" + "esp6" + "rxrpc" + ]; +}