271e6e54fd
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.
18 lines
264 B
Nix
18 lines
264 B
Nix
{
|
|
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
|
|
];
|
|
}
|