revert iwd backend (breaks wifi on del)

This commit is contained in:
jacekpoz 2024-08-27 11:21:31 +02:00
parent 93df588697
commit e1ae29834e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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