finish nomad, add consul, sops

This commit is contained in:
2023-11-20 01:24:08 +00:00
parent e2387d33ab
commit 4f1cc85e6d

View File

@@ -6,6 +6,10 @@
...
}: {
virtualisation.docker.enable = true;
networking.firewall = {
allowedTCPPorts = [4646 4647 4648];
allowedUDPPorts = [4648];
};
services.nomad = {
package = pkgs.nomad_1_6;