mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: hyprland improvements, terraform email
This commit is contained in:
parent
4759970fe8
commit
c7c485f955
20 changed files with 205 additions and 100 deletions
|
|
@ -7,6 +7,7 @@ locals {
|
|||
}
|
||||
|
||||
module "inskip-gmail" {
|
||||
enable = false
|
||||
source = "./gmail_dns"
|
||||
cloudflare_api_key = var.cloudflare_api_key
|
||||
zone_id = local.zone_ids.inskip
|
||||
|
|
@ -22,6 +23,7 @@ module "dork-gmail" {
|
|||
dkim = local.dkims.dork
|
||||
}
|
||||
module "kittywitch-gmail" {
|
||||
enable = false
|
||||
source = "./gmail_dns"
|
||||
cloudflare_api_key = var.cloudflare_api_key
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue