Update networking interface

This commit is contained in:
gabriel-doriath-dohler 2022-08-14 22:25:34 +02:00
parent 506e099945
commit ac0b6ef15b

View file

@ -26,7 +26,7 @@
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.ens18.useDHCP = true;
networking.interfaces.ens19.useDHCP = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";