Reorganize imports

With the growing number of option refactors centralize the module import
within the mail-server directory.

Also group deprecations by release, so we can eventually yank them in
bulk after a while.
This commit is contained in:
Martin Weinelt
2026-03-12 13:21:51 +01:00
parent 06cc71c76e
commit 271e6e54fd
2 changed files with 31 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
{
imports = [
./assertions.nix
./borgbackup.nix
./rsnapshot.nix
./clamav.nix
./monit.nix
./users.nix
./environment.nix
./networking.nix
./systemd.nix
./dovecot.nix
./postfix.nix
./rspamd.nix
./kresd.nix
];
}