diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index 79bba0314d84..5bcc5e5c38d8 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -183,8 +183,10 @@ let } # finally start daemon + # shellcheck disable=SC2086 exec wpa_supplicant $args ''; + enableStrictShellChecks = true; }; systemctl = "/run/current-system/systemd/bin/systemctl";