mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -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
|
|
@ -28,6 +28,8 @@ in {
|
||||||
"0cc3c26366cbfddfb1534b25c5655733d8f429edc941bcce674c46566fc87027";
|
"0cc3c26366cbfddfb1534b25c5655733d8f429edc941bcce674c46566fc87027";
|
||||||
grimoire =
|
grimoire =
|
||||||
"2a1567a2848540070328c9e938c58d40f2b1a3f08982c15c7edc5dcabfde3330";
|
"2a1567a2848540070328c9e938c58d40f2b1a3f08982c15c7edc5dcabfde3330";
|
||||||
|
boline =
|
||||||
|
"89684441745467da0d1bf7f47dc74ec3ca65e05c72f752298ef3c22a22024d43";
|
||||||
} // (mapAttrs (_: c: c.pubkey) hexYgg);
|
} // (mapAttrs (_: c: c.pubkey) hexYgg);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,15 @@
|
||||||
domain = "grimoire.net";
|
domain = "grimoire.net";
|
||||||
aaaa.address = config.variables.phone_ygg.ref;
|
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