From 0f0ebf822a31b9e72346c579f8e1e8a62cc6ea73 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Tue, 18 Jul 2023 11:47:43 +0200 Subject: [PATCH] Fix wrong interface on nomad on blowhole 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 38a9538..c49d0f6 100644 --- a/nixos/systems/blowhole/nomad.nix +++ b/nixos/systems/blowhole/nomad.nix @@ -106,7 +106,7 @@ in host_network."default".cidr = secret.network.networks.home.amsterdam or ""; host_network."mesh".cidr = secret.network.networks.vpn or ""; - network_interface = "enp4s0"; + network_interface = "eno1"; host_volume."jellyfin-media".path = "/mnt/kyle/infrastructure/jellyfin/media"; host_volume."cctv" = {