mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Moving to modules. Structural changes.
This commit is contained in:
parent
3903bc1766
commit
060d4c6d1e
258 changed files with 621 additions and 407 deletions
|
|
@ -1,25 +0,0 @@
|
|||
{ 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;
|
||||
};
|
||||
|
||||
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