hosts/prophet: fix interface name

This commit is contained in:
Max Headroom 2023-04-12 21:20:13 +02:00
parent 297f126c79
commit 346115d1a8

View file

@ -25,7 +25,7 @@
time.timeZone = "Europe/Zurich";
networking.useDHCP = false;
networking.interfaces.enp0s3.useDHCP = true;
networking.interfaces.enp0s6.useDHCP = true;
i18n.defaultLocale = "en_US.UTF-8";