mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
targets/personal: Added phone
This commit is contained in:
parent
53f9ff3730
commit
7314bbde47
2 changed files with 15 additions and 1 deletions
2
private
2
private
|
|
@ -1 +1 @@
|
|||
Subproject commit 664922fd71af79ee0a985e678b63eed8a22e343b
|
||||
Subproject commit cebcf298bdf0dccb53783c25e49fc046e9451775
|
||||
14
targets/personal/default.nix
Normal file
14
targets/personal/default.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue