fix hiveName
This commit is contained in:
parent
ea54ea9eb6
commit
bf3ebc5786
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ in
|
||||||
{
|
{
|
||||||
options.my.constellation-swarm = {
|
options.my.constellation-swarm = {
|
||||||
enable = lib.mkEnableOption "hyperhive / 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 ];
|
imports = [ hyperhive.nixosModules.default ];
|
||||||
|
|
@ -19,8 +19,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
swarmName = "constellation";
|
swarmName = "constellation";
|
||||||
ruthless = true;
|
ruthless = true;
|
||||||
domain = "${cfg.hive-name}.darkest.space";
|
domain = "${cfg.hiveName}.darkest.space";
|
||||||
hiveName = cfg.hive-name;
|
hiveName = cfg.hiveName;
|
||||||
matrix.enable = true;
|
matrix.enable = true;
|
||||||
forge.ci.enable = true;
|
forge.ci.enable = true;
|
||||||
gateway = {
|
gateway = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue