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

@ -28,6 +28,8 @@ in {
"0cc3c26366cbfddfb1534b25c5655733d8f429edc941bcce674c46566fc87027";
grimoire =
"2a1567a2848540070328c9e938c58d40f2b1a3f08982c15c7edc5dcabfde3330";
boline =
"89684441745467da0d1bf7f47dc74ec3ca65e05c72f752298ef3c22a22024d43";
} // (mapAttrs (_: c: c.pubkey) hexYgg);
};

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