mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
03b54bd52b
Signed-off-by: magic_rb <magic_rb@redalder.org>
8 lines
156 B
Nix
8 lines
156 B
Nix
{...}: {
|
|
terraform.backend."consul" = {
|
|
address = "consul.in.redalder.org:8500";
|
|
scheme = "http";
|
|
path = "terraform/dotfiles/prepare";
|
|
};
|
|
}
|