Split wifi configuration
This commit is contained in:
parent
4beb23e191
commit
b3416f1f58
4 changed files with 18 additions and 12 deletions
8
wifi.nix
Normal file
8
wifi.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}:
|
||||
|
||||
{
|
||||
networking = {
|
||||
networkmanager.wifi.backend = "iwd";
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue