Disable DHCP on eno0

as I'm using networkmanager anyway
This commit is contained in:
jalr 2020-11-05 09:07:37 +01:00
parent ece5ef9787
commit 6cdb29bb4c

View file

@ -39,7 +39,6 @@
networking = {
hostName = "jalr-t520";
interfaces.eno0.useDHCP = true;
networkmanager.enable = true;
useDHCP = false;
};