1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(zaatar): add new retiolum config

This commit is contained in:
2020-11-06 10:52:08 +01:00
parent f2fcc3be9a
commit 23d60233a0
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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";