mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
adds rspamd
This commit is contained in:
parent
3de88514e6
commit
525de4b76a
@ -61,4 +61,10 @@ in
|
||||
enable = true;
|
||||
networksStyle = "host";
|
||||
};
|
||||
|
||||
# rspamd
|
||||
services.rspamd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user