From 0f9db2ae74e6783eef2d692c8f768caff2bd89e1 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 25 Jun 2026 10:11:51 +0200 Subject: [PATCH] nixos/nfc-nci: remove forced module loading --- nixos/modules/hardware/nfc-nci.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/hardware/nfc-nci.nix b/nixos/modules/hardware/nfc-nci.nix index 21c2e859ad8d..3bea93934e12 100644 --- a/nixos/modules/hardware/nfc-nci.nix +++ b/nixos/modules/hardware/nfc-nci.nix @@ -181,10 +181,6 @@ in config.boot.kernelPackages.nxp-pn5xx ]; - boot.kernelModules = [ - "nxp-pn5xx" - ]; - # libnfc-nci calls sched_setscheduler via pthread_setschedparam, which would be blocked by upstream SystemCallFilter=~@resources systemd.services.pcscd.serviceConfig.SystemCallFilter = lib.mkIf cfg.enableIFD [ "sched_setscheduler"