10 lines
118 B
Nix
10 lines
118 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./postfix.nix
|
|
./dkim.nix
|
|
./dovecot.nix
|
|
./roundcube.nix
|
|
];
|
|
}
|