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 d58f79664815522f01795172f1ecc385bb10ec40
parent 3dead7325b5a4bb4507d82b5f9107d0f9253899d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  4 Oct 2023 15:15:24 +0200

Fix ip

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -492,7 +492,7 @@ import none; export filter { if source = RTS_STATIC then reject; - krt_prefsrc = fe99:13::2; + krt_prefsrc = fe99:13::1; accept; }; }; @@ -505,7 +505,7 @@ import none; export filter { if source = RTS_STATIC then reject; - krt_prefsrc = 10.100.0.2; + krt_prefsrc = 10.100.0.1; accept; }; };