removed personal target. new targets: home, yule

This commit is contained in:
kat witch 2021-08-25 23:01:20 +01:00
parent 3aa4ba076d
commit 4ee3e0081a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, kw, ... }: with lib; {
config = {
deploy.targets.personal = {
deploy.targets.yule = {
tf = {
resources.yule = {
provider = "null";

View file

@ -1,8 +1,7 @@
{ config, ... }:
{
deploy.targets.personal = {
nodeNames = [ "yule" ];
deploy.targets.home = {
tf = { config, ... }: {
dns.records.ygg_grimoire = {
tld = "kittywit.ch.";