wlan: Let networkd configure the interface

This commit is contained in:
SebastianStork 2026-01-30 14:34:34 +01:00
parent c09cb8954d
commit b57eae3d3f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -20,10 +20,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
networking.wireless.iwd = { networking.wireless.iwd = {
enable = true; enable = true;
settings = { settings.General.EnableNetworkConfiguration = true;
General.EnableNetworkConfiguration = true;
Settings.AutoConnect = true;
};
}; };
environment.systemPackages = [ pkgs.iwgtk ]; environment.systemPackages = [ pkgs.iwgtk ];