style: clean up networking Infini-DESKTOP/LAPTOP
This commit is contained in:
parent
ae4db0c610
commit
ab530dbd24
2 changed files with 4 additions and 13 deletions
|
@ -15,13 +15,8 @@
|
||||||
|
|
||||||
bud.localFlakeClone = "/home/infinidoge/Projects/DevOS";
|
bud.localFlakeClone = "/home/infinidoge/Projects/DevOS";
|
||||||
|
|
||||||
networking = {
|
networking.interfaces = {
|
||||||
interfaces = {
|
|
||||||
# Enable DHCP per interface
|
|
||||||
eth0.useDHCP = true;
|
eth0.useDHCP = true;
|
||||||
wlp41s0.useDHCP = true;
|
wlp41s0.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
wireless.interfaces = [ "wlp41s0" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
|
|
||||||
networking = {
|
networking.interfaces.wlan0.useDHCP = true;
|
||||||
useDHCP = false;
|
|
||||||
|
|
||||||
interfaces.wlan0.useDHCP = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue