hyperhive: open firewall

This commit is contained in:
müde 2026-06-05 23:12:08 +02:00
commit 12d548ae24
2 changed files with 8 additions and 2 deletions

View file

@ -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" = { };
};

View file

@ -12,7 +12,10 @@
gui.enable = true;
};
forge.ci.enable = true;
gateway.localHostsEntry = true;
gateway = {
localHostsEntry = true;
openFirewall = true;
};
swarm.peers = {
"pr1ma.darkest.space" = { };
};