From 684f7e0910e667e5e42f0ae2c7963afc53e26268 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 27 Aug 2025 16:10:41 +0000 Subject: [PATCH] Fully-specify defaultGateway for corp This is required now that we're using networkd through the new base module --- host/corp/networking.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/host/corp/networking.nix b/host/corp/networking.nix index 0511d20..d15c2c8 100644 --- a/host/corp/networking.nix +++ b/host/corp/networking.nix @@ -3,7 +3,10 @@ # details gathered from the active system. networking = { hostName = "corp"; - defaultGateway = "159.89.144.1"; + defaultGateway = { + address = "159.89.144.1"; + interface = "eth0"; + }; defaultGateway6 = { address = "2604:a880:2:d1::1"; interface = "eth0";