boreal: switch network interface names

This commit is contained in:
Antoine Martin 2021-07-01 22:19:51 +02:00
parent ed8048c194
commit 60b65f5037

View file

@ -41,8 +41,8 @@ in
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.interfaces.enp7s0.useDHCP = true;
networking.interfaces.wlp3s0.useDHCP = true;
networking.interfaces.enp8s0.useDHCP = true;
networking.interfaces.wlp4s0.useDHCP = true;
# List services that you want to enable:
my.services = {