From 45f1ca6412d04fd72f75a4d2565bc657b4ee67bd Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 29 Jan 2025 19:01:18 +0100 Subject: [PATCH] Move homepage ServeNix -> ThinkNix --- ServeNix/configuration.nix | 2 +- ThinkNix/configuration.nix | 1 + {ServeNix => ThinkNix}/services/homepage.nix | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {ServeNix => ThinkNix}/services/homepage.nix (100%) diff --git a/ServeNix/configuration.nix b/ServeNix/configuration.nix index fe22aaf..bfe47c4 100644 --- a/ServeNix/configuration.nix +++ b/ServeNix/configuration.nix @@ -25,7 +25,7 @@ ./services/gitea.nix ./services/gitea-runner.nix # ./services/homeassistant.nix # Replaced by HAOS - ./services/homepage.nix + # ./services/homepage.nix ./services/immich.nix ./services/kopia.nix ./services/nextcloud.nix diff --git a/ThinkNix/configuration.nix b/ThinkNix/configuration.nix index 244b8cf..5a34c16 100644 --- a/ThinkNix/configuration.nix +++ b/ThinkNix/configuration.nix @@ -17,6 +17,7 @@ # General # ./services/kopia.nix + ./services/homepage.nix ./services/nginx-proxy-manager.nix ./services/portainer.nix ./services/whats-up-docker.nix diff --git a/ServeNix/services/homepage.nix b/ThinkNix/services/homepage.nix similarity index 100% rename from ServeNix/services/homepage.nix rename to ThinkNix/services/homepage.nix