From 9d1b0bc345087ff9b888c6ccd921e80a0177937c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 5 Jul 2026 02:36:23 +0900 Subject: [PATCH] lupine5: register knutsen-vpn ip --- hosts/lupine/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/lupine/configuration.nix b/hosts/lupine/configuration.nix index 5604598..4163e8b 100644 --- a/hosts/lupine/configuration.nix +++ b/hosts/lupine/configuration.nix @@ -48,7 +48,11 @@ networks."20-br0" = { matchConfig.Name = "br0"; - address = with values.hosts.${lupineName}; [ (ipv4 + "/25") (ipv6 + "/64") ]; + address = with values.hosts.${lupineName}; [ + (ipv4 + "/25") + (ipv6 + "/64") + values.services.knutsen-vpn + ]; networkConfig.LLDP = false; dns = ["129.241.0.200" "129.241.0.201" "2001:700:300:1900::200" "2001:700:300:1900::201"];