mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-04-29 08:12:48 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -27,6 +27,11 @@ in {
|
|||||||
group = "consul";
|
group = "consul";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [8300 8301 8302 8500 8600];
|
||||||
|
allowedUDPPorts = [8301 3802 8600];
|
||||||
|
};
|
||||||
|
|
||||||
services.consul = {
|
services.consul = {
|
||||||
# package = myPkg;
|
# package = myPkg;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user