depot/cluster/services/acme-client/default.nix

8 lines
186 B
Nix
Raw Permalink Normal View History

2022-08-07 22:06:17 +03:00
{
services.acme-client = {
nodes.client = [ "checkmate" "grail" "thunderskin" "VEGAS" "prophet" ];
2022-08-07 22:06:17 +03:00
nixos.client = ./client.nix;
simulacrum.augments = ./augment.nix;
2022-08-07 22:06:17 +03:00
};
}