targets/personal: Added boline (raspi)

This commit is contained in:
kat witch 2021-05-03 22:09:18 +01:00
parent 550093413b
commit 7ad342a6a4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 13 additions and 0 deletions

View file

@ -11,4 +11,15 @@
domain = "grimoire.net";
aaaa.address = config.variables.phone_ygg.ref;
};
variables.pi_ygg = {
type = "string";
value.shellCommand = "bitw get infra/pi-ygg";
};
dns.records.kittywitch_net_boline = {
tld = "kittywit.ch.";
domain = "boline.net";
aaaa.address = config.variables.pi_ygg.ref;
};
}