From 23b62a83c463ed89c2cb4d4b244814a15a4c74a0 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 13:17:46 +0100 Subject: [PATCH] add ip for git --- hosts/fw.cloonar.com/modules/dhcp4.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/fw.cloonar.com/modules/dhcp4.nix b/hosts/fw.cloonar.com/modules/dhcp4.nix index fd52759..5a15b4d 100644 --- a/hosts/fw.cloonar.com/modules/dhcp4.nix +++ b/hosts/fw.cloonar.com/modules/dhcp4.nix @@ -88,6 +88,11 @@ ip-address = "10.42.97.2"; server-hostname = "omada.cloonar.com"; } + { + hw-address = "96:bc:58:bc:f5:e1"; + ip-address = "10.42.97.20"; + server-hostname = "git.cloonar.com"; + } ]; } {