From 3884275613c1cf84db36155947a95cc72b001891 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Dec 2023 10:25:31 +0100 Subject: atlas: Open up some ports to mesh --- host/atlas.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host/atlas.nix b/host/atlas.nix index 8c6dcc7..4771aa4 100644 --- a/host/atlas.nix +++ b/host/atlas.nix @@ -50,6 +50,10 @@ }; }; + networking.firewall = { + enable = true; + interfaces."wg0".allowedTCPPorts = [ 5900 8080 8888 ]; + }; services.gitlab-runner = { enable = true; services = { -- cgit v1.2.3