nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit f8d178ff1fcfe51a10c1738bb5791e038d2af90d
parent 323c01c56cf3094b9122b7947d9f50a0d1325147
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Jan 2024 02:13:52 +0100

Debug

Diffstat:
Mnixos/worker-1/configuration.nix | 12------------
Mnixos/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"; - }; - }; }; };