targets/personal: Added phone

This commit is contained in:
kat witch 2021-04-26 01:49:42 +01:00
parent 53f9ff3730
commit 7314bbde47
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{ config, ... }:
{
variables.phone_ygg = {
type = "string";
value.shellCommand = "bitw get infra/phone-ygg";
};
dns.records.kittywitch_net_grimoire = {
tld = "kittywit.ch.";
domain = "grimoire.net";
aaaa.address = config.variables.phone_ygg.ref;
};
}