commit f8d178ff1fcfe51a10c1738bb5791e038d2af90d parent 323c01c56cf3094b9122b7947d9f50a0d1325147 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 02:13:52 +0100 Debug Diffstat:
| M | nixos/worker-1/configuration.nix | | | 12 | ------------ |
| M | nixos/worker-2/configuration.nix | | | 12 | ------------ |
2 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -171,18 +171,6 @@ in { Name = "floating1"; }; }; - "99-enp7s0" = { - tunnel = [ - "gre_worker2" - "gre_nord" - ]; - matchConfig = { - Name = "enp7s0"; - }; - networkConfig = { - DHCP = "yes"; - }; - }; }; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -150,18 +150,6 @@ in { Name = "gre_worker1"; }; }; - "99-enp7s0" = { - tunnel = [ - "gre_nord" - "gre_worker1" - ]; - matchConfig = { - Name = "enp7s0"; - }; - networkConfig = { - DHCP = "yes"; - }; - }; }; };