diff --git a/modules/system/services/wlan.nix b/modules/system/services/wlan.nix index 0936653..5d4373b 100644 --- a/modules/system/services/wlan.nix +++ b/modules/system/services/wlan.nix @@ -37,7 +37,7 @@ in systemd.services.iwd = { preStart = "install -m 600 /run/secrets/iwd/* /var/lib/iwd"; - postStop = "rm --force /var/lib/iwd/*.{psk,8021x}"; + postStop = "rm --force /var/lib/iwd/*.{open,psk,8021x}"; }; }; }