From 6451ea9aee5adb416570e6756402303d0c2e3554 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 14 Jun 2026 13:39:16 -0500 Subject: fix default gateway for router and assign mac addresses for all containers --- hosts/poweredge/jellyfin.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'hosts/poweredge/jellyfin.nix') diff --git a/hosts/poweredge/jellyfin.nix b/hosts/poweredge/jellyfin.nix index 84f3ec0..92412f8 100644 --- a/hosts/poweredge/jellyfin.nix +++ b/hosts/poweredge/jellyfin.nix @@ -2,10 +2,8 @@ containers.jellyfin = { autoStart = true; privateNetwork = true; - extraVeths.vb-jellyfin = { - hostBridge = "br-lan0"; - #localMacAddress = "02:00:00:00:00:02"; # TODO update to 26.05 - }; + hostBridge = "br-lan0"; + localMacAddress = "02:00:00:00:00:02"; bindMounts = { "/media" = { hostPath = "/media/ingens/media"; @@ -32,7 +30,7 @@ config = { lib, config, ... }: { # Network - networking.interfaces.vb-jellyfin.useDHCP = true; + networking.interfaces.eth0.useDHCP = true; networking.firewall.allowedTCPPorts = [ 80 ]; # Caddy # CUDA -- cgit v1.2.3