From 711b55a04210ac92b1f4baab11860e46a3635cdf Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 14 Apr 2026 13:32:15 -0400 Subject: [PATCH] kernel: fix gameport option --- system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index d297b69..ad828ca 100644 --- a/system/common.nix +++ b/system/common.nix @@ -110,7 +110,7 @@ PCMCIA = lib.mkForce no; PCCARD = lib.mkForce no; PARPORT = lib.mkForce no; - GAMEPORT = lib.mkForce no; + GAMEPORT = lib.mkForce module; FIREWIRE = lib.mkForce no; AGP = lib.mkForce no;