From 5d4dffeeab118a0674c15f4adb0b7bb6466de99f Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 20 Nov 2023 00:42:57 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/consul.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/consul.nix b/modules/consul.nix index 422fe56..631166a 100644 --- a/modules/consul.nix +++ b/modules/consul.nix @@ -27,6 +27,11 @@ in { group = "consul"; }; + networking.firewall = { + allowedTCPPorts = [8300 8301 8302 8500 8600]; + allowedUDPPorts = [8301 3802 8600]; + }; + services.consul = { # package = myPkg; enable = true;