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:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user