diff options
-rw-r--r-- | host/atlas.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 = { |