feat: add networking configuration to Infini-LAPTOP
This commit is contained in:
parent
cadcd03bc5
commit
ae4db0c610
1 changed files with 5 additions and 0 deletions
|
@ -14,5 +14,10 @@
|
|||
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
|
||||
interfaces.wlan0.useDHCP = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue