reorg: move postfix stuff into an email subdir
This commit is contained in:
@@ -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
|
||||
|
6
hosts/by-name/servo/services/email/default.nix
Normal file
6
hosts/by-name/servo/services/email/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./postfix.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user