From 9c0c8920501ef9777e9707d1120e77deb879f24f Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 19 Jun 2023 02:05:35 +0200 Subject: [PATCH] Fix blowhole nomad network Signed-off-by: Magic_RB --- nixos/systems/blowhole/nomad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/systems/blowhole/nomad.nix b/nixos/systems/blowhole/nomad.nix index 1775fae..0fc1c69 100644 --- a/nixos/systems/blowhole/nomad.nix +++ b/nixos/systems/blowhole/nomad.nix @@ -99,7 +99,7 @@ in }; host_network."default".cidr = secret.network.networks.home.amsterdam or ""; - host_network."mesh".cidr = secret.network.networks.home.vpn or ""; + host_network."mesh".cidr = secret.network.networks.vpn or ""; network_interface = "enp4s0";