mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user