diff --git a/hosts/genesis/net/hosts b/hosts/genesis/net/hosts index 82fe167..de03200 100644 --- a/hosts/genesis/net/hosts +++ b/hosts/genesis/net/hosts @@ -18,6 +18,7 @@ # VMs 10.42.4.1 matrix matrix.thehellings.lan 10.42.4.2 jellyfin jellyfin.thehellings.lan vm-jellyfin vm-jellyfin.thehellings.lan +10.42.4.3 git gitlab git.thehellings.lan gitlab.thehellings.lan # IPMI 10.42.100.6 isaiahbmc isaiahbmc.thehellings.lan @@ -27,7 +28,7 @@ 100.88.91.27 dns.home 100.80.99.48 exodus.home 100.88.91.27 genesis.home smart.home zwave.home nixcache.home gitcache.home dashy.home uptime.home speed.home -100.78.226.76 gitlab.home gitlab.shire-zebra.ts.net gitlab.thehellings.lan registry.thehellings.lan git.thehellings.lan +100.91.131.66 gitlab.home gitlab.shire-zebra.ts.net gitlab.thehellings.lan registry.thehellings.lan git.thehellings.lan 100.68.203.1 hosea.home hosea.shire-zebra.ts.net 100.84.183.79 isaiah.home isaiah.shire-zebra.ts.net 100.102.186.39 jeremiah.home jeremiah.shire-zebra.ts.net diff --git a/hosts/genesis/networking/dhcp.nix b/hosts/genesis/networking/dhcp.nix index bc3b0aa..2927478 100644 --- a/hosts/genesis/networking/dhcp.nix +++ b/hosts/genesis/networking/dhcp.nix @@ -114,6 +114,10 @@ hw-address = "BC:24:11:A2:F3:A6"; ip-address = "10.42.4.2"; # Jellyfin } + { + hw-address = "BC:24:11:6E:0C:40"; + ip-address = "10.42.4.3"; + } ]; } {