mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49: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,14 +1,14 @@
|
|||
variable "cloudflare_api_key" {
|
||||
sensitive = true
|
||||
sensitive = true
|
||||
}
|
||||
variable "zone_id" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "dkim" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone_name" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue