mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39: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 {
|
||||
networking.wireless.iwd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General.EnableNetworkConfiguration = true;
|
||||
Settings.AutoConnect = true;
|
||||
};
|
||||
settings.General.EnableNetworkConfiguration = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.iwgtk ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue