From bf3ebc578650844377a9e34c106d2b259da067ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Wed, 1 Jul 2026 18:20:00 +0200 Subject: [PATCH] fix hiveName --- nixosModules/constellation-swarm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixosModules/constellation-swarm.nix b/nixosModules/constellation-swarm.nix index 9e293d8..5782d3f 100644 --- a/nixosModules/constellation-swarm.nix +++ b/nixosModules/constellation-swarm.nix @@ -10,7 +10,7 @@ in { options.my.constellation-swarm = { enable = lib.mkEnableOption "hyperhive / constellation swarm"; - hive-name = lib.mkOption { type = lib.types.str; }; + hiveName = lib.mkOption { type = lib.types.str; }; }; imports = [ hyperhive.nixosModules.default ]; @@ -19,8 +19,8 @@ in enable = true; swarmName = "constellation"; ruthless = true; - domain = "${cfg.hive-name}.darkest.space"; - hiveName = cfg.hive-name; + domain = "${cfg.hiveName}.darkest.space"; + hiveName = cfg.hiveName; matrix.enable = true; forge.ci.enable = true; gateway = {