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

@ -1 +1 @@
Subproject commit 664922fd71af79ee0a985e678b63eed8a22e343b
Subproject commit cebcf298bdf0dccb53783c25e49fc046e9451775

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;
};
}