wlan: Consider all types of networks

This commit is contained in:
SebastianStork 2025-10-22 12:58:04 +02:00
parent 6be0aa5064
commit d2de5157fb
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -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}";
};
};
}