enable hyperhive on pc2
This commit is contained in:
parent
383afd496f
commit
a6d07263c5
3 changed files with 18 additions and 8 deletions
|
|
@ -5,6 +5,8 @@
|
|||
config.services.hyperhive = {
|
||||
enable = true;
|
||||
domain = "pr1ma.darkest.space";
|
||||
hiveName = "pr1ma";
|
||||
swarmName = "constellation";
|
||||
matrix = {
|
||||
enable = true;
|
||||
gui.enable = true;
|
||||
|
|
@ -12,5 +14,8 @@
|
|||
};
|
||||
forge.ci.enable = true;
|
||||
gateway.localHostsEntry = true;
|
||||
swarm.peers = {
|
||||
"umbra.darkest.space" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,11 +5,16 @@
|
|||
config.services.hyperhive = {
|
||||
enable = true;
|
||||
domain = "umbra.darkest.space";
|
||||
hiveName = "umbra";
|
||||
swarmName = "constellation";
|
||||
matrix = {
|
||||
enable = true;
|
||||
gui.enable = true;
|
||||
};
|
||||
forge.ci.enable = true;
|
||||
gateway.localHostsEntry = true;
|
||||
swarm.peers = {
|
||||
"pr1ma.darkest.space" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue