feat(srv0-dmz0): configure nomad holochain cluster

This commit is contained in:
steveej 2023-08-08 17:50:44 +02:00
parent caf6edc677
commit 09374a71fd
5 changed files with 129 additions and 36 deletions

View file

@ -4,6 +4,7 @@
# flake and infra basics
nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-2305.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.follows = "nixpkgs-2305";
flake-parts.url = "github:hercules-ci/flake-parts";
get-flake.url = "github:ursi/get-flake";
@ -176,6 +177,8 @@
pkgs.fontconfig
];
};
nomad = inputs'.nixpkgs-unstable.legacyPackages.nomad_1_6;
};
formatter = pkgs.alejandra;