Revert "patches: Add dovecot auth no-root patch"

This reverts commit f0a09aadfa.
This commit is contained in:
Charlotte Van Petegem 2024-01-30 09:34:19 +01:00
parent f0a09aadfa
commit 6b58521015
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -1,15 +0,0 @@
diff --git a/nixos/modules/services/mail/dovecot.nix b/nixos/modules/services/mail/dovecot.nix
index 8d298de6945bbc..b40798ed6d588b 100644
--- a/nixos/modules/services/mail/dovecot.nix
+++ b/nixos/modules/services/mail/dovecot.nix
@@ -112,10 +112,6 @@ let
pop3_uidl_format = %08Xv%08Xu
auth_mechanisms = plain login
-
- service auth {
- user = root
- }
''
(