host/home: remove dhcp for the enp3s0 interface

This commit is contained in:
Dmitriy Pleshevskiy 2023-11-07 12:52:26 +03:00
parent b1b610ff7d
commit d5cbcfa94f
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -35,7 +35,6 @@
useDHCP = false;
interfaces = {
enp3s0.useDHCP = true;
wlp3s0.useDHCP = true;
# wlp11s0f3u2.useDHCP = true;
};