diff --git a/flake.lock b/flake.lock index 283ee63..252c98c 100644 --- a/flake.lock +++ b/flake.lock @@ -77,16 +77,16 @@ ] }, "locked": { - "lastModified": 1779904497, - "narHash": "sha256-EarpH6SbLNbJBemMqHkJHA9SS/oVG3BQ4DROc0yIDjI=", + "lastModified": 1780179588, + "narHash": "sha256-2IIROe/0TSZJVWwInO6yuX9Z3nFVoAWA0MdmX+5RwDE=", "owner": "genebean", "repo": "cup-collector", - "rev": "4ed915fcff8266ca8584d595843b5bd0630be69f", + "rev": "ff7f17ab2f56982cc3d7110ebeb1ec78a3fcc718", "type": "github" }, "original": { "owner": "genebean", - "ref": "v1.0.0", + "ref": "v1.1.1", "repo": "cup-collector", "type": "github" } diff --git a/flake.nix b/flake.nix index fc32b83..7eaab52 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }; cup-collector = { - url = "github:genebean/cup-collector/v1.0.0"; + url = "github:genebean/cup-collector/v1.1.1"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/hosts/nixos/nixnuc/cup-collector.nix b/modules/hosts/nixos/nixnuc/cup-collector.nix index d38aa87..ed586df 100644 --- a/modules/hosts/nixos/nixnuc/cup-collector.nix +++ b/modules/hosts/nixos/nixnuc/cup-collector.nix @@ -19,6 +19,10 @@ in name = "Liverman Family"; slug = "liverman_family"; } + { + name = "Bragg Family"; + slug = "bragg_family"; + } ]; migrationsDir = inputs.cup-collector.packages.${pkgs.stdenv.hostPlatform.system}.migrations; pbBindIp = "0.0.0.0";