mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-07 04:52:14 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [4646 4647 4648];
|
||||||
|
allowedUDPPorts = [4648];
|
||||||
|
};
|
||||||
|
|
||||||
services.nomad = {
|
services.nomad = {
|
||||||
package = pkgs.nomad_1_6;
|
package = pkgs.nomad_1_6;
|
||||||
|
|||||||
Reference in New Issue
Block a user