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 90ddfaf5c1820ff409f9fca8e8a17fe19bcc4b1e
parent d4a3577fc83d1a59cc393805e4af7d924896bdee
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Jan 2024 00:50:42 +0100

Debug

Diffstat:
Mnixos/worker-1/configuration.nix | 9++++++---
Mnixos/worker-2/configuration.nix | 5++++-
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -147,7 +147,7 @@ in { networks = { gre_nordgedanken = { address = [ - "10.0.3.5/24" + "10.0.3.4/24" ]; matchConfig = { Name = "gre_nordgedanken"; @@ -169,10 +169,13 @@ in { Name = "floating1"; }; }; - "vlan" = { + "vlan_dummy" = { + address = [ + "10.0.2.1/32" + ]; tunnel = [ - "gre_nordgedanken" "gre_worker2" + "gre_nordgedanken" ]; matchConfig = { Name = "enp7s0"; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -148,7 +148,10 @@ in { Name = "gre_worker1"; }; }; - "vlan" = { + "vlan_dummy" = { + address = [ + "10.0.2.2/32" + ]; tunnel = [ "gre_nordgedanken" "gre_worker1"