mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
targets/personal: Added boline (raspi)
This commit is contained in:
parent
550093413b
commit
7ad342a6a4
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue