diff options
Diffstat (limited to 'hosts/poweredge/jellyfin.nix')
| -rw-r--r-- | hosts/poweredge/jellyfin.nix | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
