mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-03 13:36:12 +01:00
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";
|
||
|
};
|
||
|
}
|