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";
|
||||
|
||||
networking = {
|
||||
interfaces = {
|
||||
# Enable DHCP per interface
|
||||
eth0.useDHCP = true;
|
||||
wlp41s0.useDHCP = true;
|
||||
};
|
||||
|
||||
wireless.interfaces = [ "wlp41s0" ];
|
||||
networking.interfaces = {
|
||||
eth0.useDHCP = true;
|
||||
wlp41s0.useDHCP = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue