diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index 2447bb3..0111f55 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -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" = { }; }; diff --git a/nixosConfigurations/muede-pc2/hyperhive.nix b/nixosConfigurations/muede-pc2/hyperhive.nix index 719f622..9d48fd4 100644 --- a/nixosConfigurations/muede-pc2/hyperhive.nix +++ b/nixosConfigurations/muede-pc2/hyperhive.nix @@ -12,7 +12,10 @@ gui.enable = true; }; forge.ci.enable = true; - gateway.localHostsEntry = true; + gateway = { + localHostsEntry = true; + openFirewall = true; + }; swarm.peers = { "pr1ma.darkest.space" = { }; };