mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
style: nix fmt
This commit is contained in:
parent
7913481b66
commit
6e0cc170eb
112 changed files with 1977 additions and 1739 deletions
|
|
@ -1,13 +1,13 @@
|
|||
locals {
|
||||
account_id = "0467b993b65d8fd4a53fe24ed2fbb2a1"
|
||||
zones = {
|
||||
dork = "dork.dev"
|
||||
inskip = "inskip.me"
|
||||
dork = "dork.dev"
|
||||
inskip = "inskip.me"
|
||||
kittywitch = "kittywit.ch"
|
||||
}
|
||||
zone_ids = {
|
||||
dork = cloudflare_zone.dork_zone.id
|
||||
inskip = cloudflare_zone.inskip_zone.id
|
||||
dork = cloudflare_zone.dork_zone.id
|
||||
inskip = cloudflare_zone.inskip_zone.id
|
||||
kittywitch = cloudflare_zone.kittywitch_zone.id
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue