mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
adds dovecot
This commit is contained in:
parent
525de4b76a
commit
f6d2f7818f
@ -66,5 +66,10 @@ in
|
||||
services.rspamd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# dovecot
|
||||
services.dovecot2 = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user