reorg: move postfix stuff into an email subdir

This commit is contained in:
Colin 2023-04-20 09:24:20 +00:00
parent 89e2a83067
commit f4a04ff6ba
3 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,7 @@
imports = [
./ddns-afraid.nix
./ddns-he.nix
./email
./ejabberd.nix
./freshrss.nix
./gitea.nix
@ -16,7 +17,6 @@
./nixserve.nix
./nginx.nix
./pleroma.nix
./postfix.nix
./postgres.nix
./prosody.nix
./transmission.nix

View File

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./postfix.nix
];
}