From 74f4817c874bb5ce18e3e578b1a2d1a44bbdb5ed Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 29 Dec 2023 19:43:02 -0500 Subject: [PATCH] hosts: move gameservers to sora --- hosts/sora/services/default.nix | 2 ++ hosts/{sakura => sora}/services/foundryvtt.nix | 0 hosts/{yuki => sora}/services/minecraft.nix | 0 3 files changed, 2 insertions(+) rename hosts/{sakura => sora}/services/foundryvtt.nix (100%) rename hosts/{yuki => sora}/services/minecraft.nix (100%) diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index f9b310e..727a59c 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -5,5 +5,7 @@ ./gotify.nix ./tailscale.nix ./factorio.nix + # ./minecraft.nix + # ./foundryvtt.nix ]; } diff --git a/hosts/sakura/services/foundryvtt.nix b/hosts/sora/services/foundryvtt.nix similarity index 100% rename from hosts/sakura/services/foundryvtt.nix rename to hosts/sora/services/foundryvtt.nix diff --git a/hosts/yuki/services/minecraft.nix b/hosts/sora/services/minecraft.nix similarity index 100% rename from hosts/yuki/services/minecraft.nix rename to hosts/sora/services/minecraft.nix