modules: hardware: move 'networking'
This commit is contained in:
parent
abbe1bb203
commit
5f0c1f6a79
6 changed files with 11 additions and 9 deletions
|
|
@ -15,9 +15,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Which interface is used to connect to the internet
|
||||
my.networking.externalInterface = "enp0s3";
|
||||
my.hardware.networking = {
|
||||
# Which interface is used to connect to the internet
|
||||
externalInterface = "enp0s3";
|
||||
|
||||
# Enable WiFi integration
|
||||
my.networking.wireless.enable = true;
|
||||
# Enable WiFi integration
|
||||
wireless.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue