mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
wlan: Let networkd configure the interface
This commit is contained in:
parent
c09cb8954d
commit
b57eae3d3f
1 changed files with 1 additions and 4 deletions
|
|
@ -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 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue