From 1f613c6fb723508524c184789adafd1862b533ab Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 9 Aug 2021 02:32:51 +0100 Subject: [PATCH] depot depot depot --- config/hosts/dummy/meta.nix | 4 ++-- config/targets/personal/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hosts/dummy/meta.nix b/config/hosts/dummy/meta.nix index f8942ded..11be5a38 100644 --- a/config/hosts/dummy/meta.nix +++ b/config/hosts/dummy/meta.nix @@ -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"; diff --git a/config/targets/personal/default.nix b/config/targets/personal/default.nix index e36c5a11..47ad3245 100644 --- a/config/targets/personal/default.nix +++ b/config/targets/personal/default.nix @@ -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"; };