From 14bfebc5c3ad9da11ff9e5a1e3ad05a48b94794c Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 16 Oct 2024 22:54:19 +0100 Subject: [PATCH] enable unloading modules so that scripts work if we can't unload them then the service that loads them will fail the second time it's run --- modules/kernel/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kernel/default.nix b/modules/kernel/default.nix index 5c1aea1f..9ebb8649 100644 --- a/modules/kernel/default.nix +++ b/modules/kernel/default.nix @@ -92,6 +92,7 @@ in { PROC_FS = "y"; MODULES = if modular then "y" else "n"; + MODULE_UNLOAD = if modular then "y" else "n"; DEBUG_FS = "y"; # basic networking protocols