From 49abfd4a9337d205026833a54355deda9021d45d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 7 Aug 2025 14:08:57 -0500 Subject: [PATCH] add sub host for h003 server to homarr for access in dashboard --- hosts/h001/containers/homarr.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/h001/containers/homarr.nix b/hosts/h001/containers/homarr.nix index 9ebed37..0cd11de 100644 --- a/hosts/h001/containers/homarr.nix +++ b/hosts/h001/containers/homarr.nix @@ -21,6 +21,9 @@ in environment = { SECRET_ENCRYPTION_KEY = "0b7e80116a742d16a8f07452a2d9b206b1997d32a6dd2c29cfe4df676e281295"; }; + extraOptions = [ + "--add-host=h003:100.64.0.14" + ]; }; };