switch to iwd for the wifi backend

This commit is contained in:
jacekpoz 2024-08-23 23:35:19 +02:00
parent 987040454b
commit 1c211a7e23
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -12,6 +12,7 @@ in {
enable = true; enable = true;
dns = "systemd-resolved"; dns = "systemd-resolved";
plugins = mkForce []; plugins = mkForce [];
wifi.backend = "iwd";
}; };
firewall.checkReversePath = "loose"; firewall.checkReversePath = "loose";
}; };