From bbd5cb402207d59aac7d053ee3a57f41d23f4ac7 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 18 Sep 2025 19:54:24 -0500 Subject: hosts/radish: Ensure NixOS leaves modprobe alone --- hosts/radish/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/radish') diff --git a/hosts/radish/default.nix b/hosts/radish/default.nix index 0e0ae0e..58a6b7f 100644 --- a/hosts/radish/default.nix +++ b/hosts/radish/default.nix @@ -15,6 +15,7 @@ networking.firewall.enable = false; networking.useDHCP = false; + boot.modprobeConfig.enable = false; xdg = { autostart.enable = false; icons.enable = false; -- cgit v1.2.3