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 2b3d3c43997d67759dacf75fe54fc7cca3957263
parent a0928b1696aa9ed5ecfa30c21b27731d741861a4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 27 Aug 2023 00:18:23 +0200

meep

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 @@ -146,7 +146,7 @@ floating1 = { enable = true; name = "floating1"; - address = [ "192.0.12.2/32" ]; + address = [ ]; matchConfig = { Name = "floating1"; }; @@ -614,7 +614,7 @@ unicastPeers = [ "10.100.0.2" ]; virtualIps = [ { - addr = "192.0.0.1/32"; + addr = "192.0.12.1/32"; dev = "floating1"; } ];