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