nixos/nfc-nci: remove forced module loading

This commit is contained in:
Christoph Honal
2026-06-25 10:11:51 +02:00
parent 567a49d191
commit 0f9db2ae74
-4
View File
@@ -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"