❄️ Dotfiles and NixOS configurations
1variable "universe4" {
2 type = string
3 default = "46.38.242.25"
4}
5
6variable "universe6" {
7 type = string
8 default = "2a03:4000:7:7a3:8238:c03b:a699:288"
9}
10
11variable "caa_records" {
12 type = list(string)
13 default = [
14 "0 issue \"letsencrypt.org\"",
15 "0 issuewild \"letsencrypt.org\"",
16 "0 iodef \"mailto:contact@scrumplex.net\""
17 ]
18}