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 284f7e42d6b100053a2313377e89b954962960a9
parent 65d52bc569712e6dd74cb76db86d78814313eda0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 16:46:23 +0200

Setup correct IPs

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

diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -101,11 +101,11 @@ networks = { "20-v6" = { matchConfig = { - MACAddress = "96:00:02:44:cf:52"; + MACAddress = "96:00:02:97:a7:51"; }; address = [ - "49.13.24.105/32" - "2a01:4f8:c012:492::1/64" + "37.27.5.79/32" + "2a01:4f9:c012:54d3::/64" ]; routes = [ { routeConfig.Gateway = "fe80::1"; }