NixOS-Config/modules/system/services/server/mailserver/default.nix

8 lines
65 B
Nix

{ ... }:
{
imports = [
./simplenix
./roundcube
];
}