2024-10-22 20:43:32 -04:00
|
|
|
{ ... }:
|
2024-10-09 03:36:08 -04:00
|
|
|
{
|
2024-11-13 09:43:47 -05:00
|
|
|
options.system.mailserver = {
|
|
|
|
enable = lib.mkOption {
|
|
|
|
type = lib.types.bool;
|
|
|
|
default = false;
|
|
|
|
description = "Enable mail host and services";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-10-07 11:42:34 -04:00
|
|
|
imports = [
|
2024-10-22 20:43:32 -04:00
|
|
|
./simplenix
|
2024-10-07 11:42:34 -04:00
|
|
|
./roundcube
|
|
|
|
];
|
2024-08-24 22:16:51 -04:00
|
|
|
}
|