From b5aab9d19de9545e47a7c65d8100d1e335a388a8 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 14 Feb 2024 17:30:28 -0500 Subject: [PATCH] chore(pcsd): update breaking changes --- devices/cluster/modules/pcsd.nix | 12 ++++-------- flake.lock | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/devices/cluster/modules/pcsd.nix b/devices/cluster/modules/pcsd.nix index 654490e..d343055 100644 --- a/devices/cluster/modules/pcsd.nix +++ b/devices/cluster/modules/pcsd.nix @@ -59,17 +59,13 @@ in { nodes = [ { name = "thingone"; - nodeid = "1"; - addrs = [ - {addr = "10.0.0.244";} - ]; + nodeid = 1; + ring_addrs = ["10.0.0.244"]; } { name = "thingtwo"; - nodeid = "2"; - addrs = [ - {addr = "10.0.0.159";} - ]; + nodeid = 2; + ring_addrs = ["10.0.0.159"]; } ]; }; diff --git a/flake.lock b/flake.lock index 0ef99ff..663fe85 100644 --- a/flake.lock +++ b/flake.lock @@ -1129,11 +1129,11 @@ "pyagentx-src": "pyagentx-src" }, "locked": { - "lastModified": 1707855657, - "narHash": "sha256-9QFt0OqkTmjhUh5oEK1m2Elsg6NI3EpLhbhgP+6R6Mc=", + "lastModified": 1707949525, + "narHash": "sha256-TsiZMUfCM/h78oC68V/VPoTgmM1ktGsnyBFWmsAyS2U=", "owner": "matt1432", "repo": "nixos-pcsd", - "rev": "932c1fe8cdea51ff5bb656b7ab4b46419c8c9063", + "rev": "2bbd5cd642bcfb76db1d9624826bd116ef7eb039", "type": "github" }, "original": {