Fix for dovecot update (flake lock update should work again hopefully)
This commit is contained in:
parent
43f7bff825
commit
d5d6717875
|
@ -9,6 +9,9 @@
|
|||
sops.secrets."mailpass".mode = "0440";
|
||||
sops.secrets."mailpass".owner = config.users.users.virtualMail.name;
|
||||
|
||||
#Fix for the dovecot update
|
||||
services.dovecot2.sieve.extensions = ["fileinto"];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enableImap = true;
|
||||
|
|
Loading…
Reference in a new issue