refactor: rename wireless module to basic
This commit is contained in:
parent
f178336dd8
commit
dede65dc18
2 changed files with 1 additions and 1 deletions
9
modules/basic/default.nix
Normal file
9
modules/basic/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.wireless.iwd.settings = {
|
||||
Settings.AutoConnect = true;
|
||||
Network.EnableIPv6 = false;
|
||||
General.EnableNetworkConfiguration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue