From e1da18608eddc22be2345a97bef1b910b097d4b6 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 16:57:41 +0100 Subject: [PATCH] Fixup DHCP --- hosts/pruflas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pruflas/default.nix b/hosts/pruflas/default.nix index 350f867..92fd616 100644 --- a/hosts/pruflas/default.nix +++ b/hosts/pruflas/default.nix @@ -49,7 +49,7 @@ in }; networking.useDHCP = false; - networking.interfaces.enp3s0.useDHCP = true; + networking.interfaces."enp0s25".useDHCP = true; networking.firewall = { enable = true;