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

7 lines
111 B
Nix
Raw Normal View History

2022-08-07 22:06:17 +03:00
{
services.acme-client = {
2022-08-09 21:10:25 +03:00
nodes.client = [ "VEGAS" "prophet" ];
2022-08-07 22:06:17 +03:00
nixos.client = ./client.nix;
};
}