diff --git a/config/host-config/procul.nix b/config/host-config/procul.nix index cc05c27..46f1d7f 100644 --- a/config/host-config/procul.nix +++ b/config/host-config/procul.nix @@ -32,10 +32,16 @@ in { interfaces = { extif0 = { - ipv4.addresses = [{ - address = host-ipv4; - prefixLength = 29; - }]; + ipv4.addresses = [ + { + address = host-ipv4; + prefixLength = 29; + } + { + address = git-ipv4; + prefixLength = 29; + } + ]; }; }; };