From 46b16ff175014a6ad7db1395217004805fe6a277 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 14:03:51 +0200 Subject: [PATCH] chore: move mastodon + postgres into apps directory --- hosts/nachtigall/{ => apps}/mastodon.nix | 0 hosts/nachtigall/{ => apps}/postgresql.nix | 0 hosts/nachtigall/default.nix | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename hosts/nachtigall/{ => apps}/mastodon.nix (100%) rename hosts/nachtigall/{ => apps}/postgresql.nix (100%) diff --git a/hosts/nachtigall/mastodon.nix b/hosts/nachtigall/apps/mastodon.nix similarity index 100% rename from hosts/nachtigall/mastodon.nix rename to hosts/nachtigall/apps/mastodon.nix diff --git a/hosts/nachtigall/postgresql.nix b/hosts/nachtigall/apps/postgresql.nix similarity index 100% rename from hosts/nachtigall/postgresql.nix rename to hosts/nachtigall/apps/postgresql.nix diff --git a/hosts/nachtigall/default.nix b/hosts/nachtigall/default.nix index 5cb351d..bbd6015 100644 --- a/hosts/nachtigall/default.nix +++ b/hosts/nachtigall/default.nix @@ -9,7 +9,7 @@ ./networking.nix ./nix.nix ./apps/caddy.nix - ./mastodon.nix - ./postgresql.nix + ./apps/mastodon.nix + ./apps/postgresql.nix ]; }