host/home: remove dhcp for the enp3s0 interface
This commit is contained in:
parent
b1b610ff7d
commit
d5cbcfa94f
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
enp3s0.useDHCP = true;
|
|
||||||
wlp3s0.useDHCP = true;
|
wlp3s0.useDHCP = true;
|
||||||
# wlp11s0f3u2.useDHCP = true;
|
# wlp11s0f3u2.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue