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 853db770748c4c283246ee147a74b14e1e5f65b4
parent ebac518f8731e1205b8cf9245023d5648fb48b23
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 27 Jan 2024 23:50:59 +0100

gre

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -170,6 +170,10 @@ in { }; }; "20-v6" = { + tunnel = [ + "gre_nordgedanken" + "gre_worker2" + ]; matchConfig = { MACAddress = "96:00:02:44:cf:52"; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -149,6 +149,10 @@ in { }; }; "20-v6" = { + tunnel = [ + "gre_nordgedanken" + "gre_worker1" + ]; matchConfig = { MACAddress = "96:00:02:97:a7:51"; };