mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
removed personal target. new targets: home, yule
This commit is contained in:
parent
3aa4ba076d
commit
4ee3e0081a
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, kw, ... }: with lib; {
|
||||
config = {
|
||||
deploy.targets.personal = {
|
||||
deploy.targets.yule = {
|
||||
tf = {
|
||||
resources.yule = {
|
||||
provider = "null";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
deploy.targets.personal = {
|
||||
nodeNames = [ "yule" ];
|
||||
deploy.targets.home = {
|
||||
tf = { config, ... }: {
|
||||
dns.records.ygg_grimoire = {
|
||||
tld = "kittywit.ch.";
|
||||
Loading…
Add table
Add a link
Reference in a new issue