From 23d60233a0c43281bebc54e6d4dd42dd3ad7ac3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 6 Nov 2020 10:52:08 +0100 Subject: [PATCH] fix(zaatar): add new retiolum config --- .versions/retiolum.json | 8 ++++---- systems/zaatar/configuration.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.versions/retiolum.json b/.versions/retiolum.json index 51f84ee..3f0ea26 100644 --- a/.versions/retiolum.json +++ b/.versions/retiolum.json @@ -1,9 +1,9 @@ { "url": "https://github.com/krebs/retiolum", - "rev": "d2ecb0aa480546457241eb9da18bc09152eb9037", - "date": "2020-11-05T21:02:11+01:00", - "path": "/nix/store/j9h4fzlw3vnvab4d98zfxbdqhsfsxvzn-retiolum", - "sha256": "0v89416k2gahryy4lw9f4jw6pj2dz2f1sw1rg33zbpjy9fsycrd2", + "rev": "e85c778e67f640d2a6cbb36c873dd6ed24a74b97", + "date": "2020-11-05T23:02:13+01:00", + "path": "/nix/store/s17y738p8fy7vlxfavvf7ip52ms15pm6-retiolum", + "sha256": "16gjvms3abvfaw7plm0rdqlpd1p3677wry693narf7f08wj8in1v", "fetchSubmodules": false, "deepClone": false, "leaveDotGit": false diff --git a/systems/zaatar/configuration.nix b/systems/zaatar/configuration.nix index c1d6332..9f79724 100644 --- a/systems/zaatar/configuration.nix +++ b/systems/zaatar/configuration.nix @@ -71,8 +71,8 @@ networking.hostName = "zaatar"; networking.retiolum = { - ipv4 = "10.243.2.2"; - ipv6 = "42:0:3c46:4007:5bce:f1bc:606b:2b18"; + ipv4 = "10.243.2.34"; + ipv6 = "42:0:3c46:156e:10b6:3bd6:6e82:b2cd"; }; system.stateVersion = "20.09";