depot depot depot

This commit is contained in:
kat witch 2021-08-09 02:32:51 +01:00
parent 750710260b
commit 1f613c6fb7
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 4 additions and 4 deletions

View file

@ -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";

View file

@ -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";
};