finish nomad, add consul, sops

This commit is contained in:
2023-11-20 00:42:57 +00:00
parent 90a639acac
commit 5d4dffeeab

View File

@@ -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;