feat: add spell dicts

This commit is contained in:
Moritz Böhme 2025-05-14 19:34:10 +02:00
parent 2912359f1a
commit dda126bdc5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -60,6 +60,7 @@
services.roundcube = { services.roundcube = {
enable = true; enable = true;
hostName = "webmail.moritz.foo"; hostName = "webmail.moritz.foo";
dicts = with pkgs.aspellDicts; [en de];
extraConfig = '' extraConfig = ''
# starttls needed for authentication, so the fqdn required to match # starttls needed for authentication, so the fqdn required to match
# the certificate # the certificate