diff --git a/hosts/ca/configuration.nix b/hosts/ca/configuration.nix index a73cbf5..dc73973 100644 --- a/hosts/ca/configuration.nix +++ b/hosts/ca/configuration.nix @@ -35,7 +35,7 @@ "10.69.13.12/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/ha1/configuration.nix b/hosts/ha1/configuration.nix index 4c7cf76..58a0cd3 100644 --- a/hosts/ha1/configuration.nix +++ b/hosts/ha1/configuration.nix @@ -33,7 +33,7 @@ "10.69.13.9/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/http-proxy/configuration.nix b/hosts/http-proxy/configuration.nix index ac4e155..0264996 100644 --- a/hosts/http-proxy/configuration.nix +++ b/hosts/http-proxy/configuration.nix @@ -35,7 +35,7 @@ "10.69.13.11/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/inc1/configuration.nix b/hosts/inc1/configuration.nix index 7fa559a..aa2078b 100644 --- a/hosts/inc1/configuration.nix +++ b/hosts/inc1/configuration.nix @@ -45,7 +45,7 @@ VLAN = [ "enp2s0.13" ]; }; routes = [ - { routeConfig.Gateway = "10.69.12.1"; } + { Gateway = "10.69.12.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/inc2/configuration.nix b/hosts/inc2/configuration.nix index 80416a6..a0a9ca1 100644 --- a/hosts/inc2/configuration.nix +++ b/hosts/inc2/configuration.nix @@ -45,7 +45,7 @@ VLAN = [ "enp2s0.13" ]; }; routes = [ - { routeConfig.Gateway = "10.69.12.1"; } + { Gateway = "10.69.12.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/jump/configuration.nix b/hosts/jump/configuration.nix index b949be9..a0923c2 100644 --- a/hosts/jump/configuration.nix +++ b/hosts/jump/configuration.nix @@ -29,7 +29,7 @@ "10.69.13.10/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/monitoring01/configuration.nix b/hosts/monitoring01/configuration.nix index 720d5fe..50c5b4f 100644 --- a/hosts/monitoring01/configuration.nix +++ b/hosts/monitoring01/configuration.nix @@ -35,7 +35,7 @@ "10.69.13.13/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/nixos-test1/configuration.nix b/hosts/nixos-test1/configuration.nix index f0edcd0..3d58aeb 100644 --- a/hosts/nixos-test1/configuration.nix +++ b/hosts/nixos-test1/configuration.nix @@ -30,7 +30,7 @@ "10.69.13.10/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/ns1/configuration.nix b/hosts/ns1/configuration.nix index 0d14e94..df07579 100644 --- a/hosts/ns1/configuration.nix +++ b/hosts/ns1/configuration.nix @@ -32,7 +32,7 @@ "10.69.13.5/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/ns2/configuration.nix b/hosts/ns2/configuration.nix index c4ebc27..e1189b2 100644 --- a/hosts/ns2/configuration.nix +++ b/hosts/ns2/configuration.nix @@ -32,7 +32,7 @@ "10.69.13.6/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/ns3/configuration.nix b/hosts/ns3/configuration.nix index ac704f5..ab5cfc8 100644 --- a/hosts/ns3/configuration.nix +++ b/hosts/ns3/configuration.nix @@ -32,7 +32,7 @@ "10.69.13.7/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/ns4/configuration.nix b/hosts/ns4/configuration.nix index c1b5942..4ed66da 100644 --- a/hosts/ns4/configuration.nix +++ b/hosts/ns4/configuration.nix @@ -32,7 +32,7 @@ "10.69.13.8/24" ]; routes = [ - { routeConfig.Gateway = "10.69.13.1"; } + { Gateway = "10.69.13.1"; } ]; linkConfig.RequiredForOnline = "routable"; }; diff --git a/hosts/template/configuration.nix b/hosts/template/configuration.nix index 851498a..9753d9c 100644 --- a/hosts/template/configuration.nix +++ b/hosts/template/configuration.nix @@ -28,7 +28,7 @@ "10.69.8.250/24" ]; routes = [ - { routeConfig.Gateway = "10.69.8.1"; } + { Gateway = "10.69.8.1"; } ]; linkConfig.RequiredForOnline = "routable"; };