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 405fdb7c6500fb23cacd9383bf67e4f7e4a5e370
parent 9d11782f0c021ca20e008a3eefe3a0c2f0473573
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 27 Jan 2024 19:58:15 +0100

Meow

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -450,7 +450,7 @@ in { log syslog all; filter allowed_ips { - if net = 10.100.12.0/24 then accept; + if net = 10.0.12.0/24 then accept; reject; } @@ -548,7 +548,7 @@ in { unicastPeers = ["10.0.1.2"]; virtualIps = [ { - addr = "10.100.12.1/24"; + addr = "10.0.12.1/24"; dev = "enp7s0"; } ]; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -550,7 +550,7 @@ in { log syslog all; filter allowed_ips { - if net = 10.100.12.0/24 then accept; + if net = 10.0.12.0/24 then accept; reject; }