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/immich.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'hosts/poweredge/immich.nix') diff --git a/hosts/poweredge/immich.nix b/hosts/poweredge/immich.nix index a98595e..b65d05d 100644 --- a/hosts/poweredge/immich.nix +++ b/hosts/poweredge/immich.nix @@ -2,10 +2,8 @@ containers.immich = { autoStart = true; privateNetwork = true; - extraVeths.vb-immich = { - hostBridge = "br-lan0"; - #localMacAddress = "02:00:00:00:00:01"; # TODO update to 26.05 - }; + hostBridge = "br-lan0"; + localMacAddress = "02:00:00:00:00:01"; # Host path bindMounts = { @@ -34,7 +32,7 @@ config = { lib, pkgs, config, ... }: { # Network - networking.interfaces.vb-immich.useDHCP = true; + networking.interfaces.eth0.useDHCP = true; networking.firewall.allowedTCPPorts = [ 80 ]; # Caddy # Immich -- cgit v1.2.3