From ce79703009fa3b3a95a74b6fb8eccff7c3ab9ab1 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 14:01:06 +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 9b017a2..1e1c2f7 100644 --- a/hosts/nachtigall/default.nix +++ b/hosts/nachtigall/default.nix @@ -5,7 +5,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ./configuration.nix - ./mastodon.nix - ./postgresql.nix + ./apps/mastodon.nix + ./apps/postgresql.nix ]; }