From 3bee56880d262bf57eca092423a76f812465f210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 9 Jan 2023 10:28:10 +0100 Subject: nixos: Omnia WAN is now named as end2 It seems like a bug as end* is used for switch end-points (I think). It should be most likely named as wan. --- nixos/machine/adm-omnia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/machine/adm-omnia.nix') diff --git a/nixos/machine/adm-omnia.nix b/nixos/machine/adm-omnia.nix index 4a41d4a..d158b45 100644 --- a/nixos/machine/adm-omnia.nix +++ b/nixos/machine/adm-omnia.nix @@ -40,7 +40,7 @@ with lib; { }; # TODO localhost nameservers = ["1.1.1.1" "8.8.8.8"]; - dhcpcd.allowInterfaces = ["eth2"]; + dhcpcd.allowInterfaces = ["end2"]; }; networking.wirelessAP = { -- cgit v1.2.3