hyperhive: open firewall
This commit is contained in:
parent
a6d07263c5
commit
12d548ae24
2 changed files with 8 additions and 2 deletions
|
|
@ -13,7 +13,10 @@
|
|||
serverName = "pr1ma.darkest.space";
|
||||
};
|
||||
forge.ci.enable = true;
|
||||
gateway.localHostsEntry = true;
|
||||
gateway = {
|
||||
localHostsEntry = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
swarm.peers = {
|
||||
"umbra.darkest.space" = { };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,10 @@
|
|||
gui.enable = true;
|
||||
};
|
||||
forge.ci.enable = true;
|
||||
gateway.localHostsEntry = true;
|
||||
gateway = {
|
||||
localHostsEntry = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
swarm.peers = {
|
||||
"pr1ma.darkest.space" = { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue