From fe81989bdb5f7604e9657c24e866c492f07be189 Mon Sep 17 00:00:00 2001 From: imterah Date: Fri, 16 May 2025 23:54:28 -0400 Subject: [PATCH] fix: Fix network device Nix definitions --- hosts/andromeda/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/andromeda/configuration.nix b/hosts/andromeda/configuration.nix index 1e5eb92..3a7c041 100755 --- a/hosts/andromeda/configuration.nix +++ b/hosts/andromeda/configuration.nix @@ -97,8 +97,8 @@ enable = true; enableIPv6 = true; - internalInterface = "enp6s18"; - externalInterfaces = [ "wg0" ]; + internalInterfaces = [ "enp6s18" ]; + externalInterface = "wg0"; }; # Volumes