From 346115d1a8a59278c002fa2b95ce97bf9e0001d6 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Apr 2023 21:20:13 +0200 Subject: [PATCH] hosts/prophet: fix interface name --- hosts/prophet/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/prophet/system.nix b/hosts/prophet/system.nix index fd2f032..ceccb6b 100644 --- a/hosts/prophet/system.nix +++ b/hosts/prophet/system.nix @@ -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";