mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
depot depot depot
This commit is contained in:
parent
750710260b
commit
1f613c6fb7
2 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ lib, config, profiles, ... }: with lib; {
|
||||
{ lib, config, depot, ... }: with lib; {
|
||||
deploy.targets.dummy.enable = false;
|
||||
network.nodes.dummy = {
|
||||
imports = lib.hostImport {
|
||||
hostName = "dummy";
|
||||
inherit profiles;
|
||||
inherit (depot) profiles;
|
||||
};
|
||||
networking = {
|
||||
hostName = "dummy";
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
nodeNames = [ "samhain" "yule"];
|
||||
tf = { config, ... }: {
|
||||
dns.records.ygg_grimoire = {
|
||||
tld = config.kw.dns.tld;
|
||||
tld = "kittywit.ch.";
|
||||
domain = "grimoire.net";
|
||||
aaaa.address = "200:c87d:7960:916:bf0e:a0e1:3da7:4fc6";
|
||||
};
|
||||
|
||||
dns.records.ygg_boline = {
|
||||
tld = config.kw.dns.tld;
|
||||
tld = "kittywit.ch.";
|
||||
domain = "boline.net";
|
||||
aaaa.address = "200:474d:14f7:1d21:f171:4e85:a3fa:9393";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue