Remove dovecot service name compat code

This commit is contained in:
Martin Weinelt
2025-11-16 18:18:22 +01:00
parent db66559815
commit 1cb4295b74
5 changed files with 6 additions and 9 deletions

View File

@@ -16,7 +16,6 @@
{
config,
options,
pkgs,
lib,
}:
@@ -87,6 +86,4 @@ in
chmod 600 ${destination}
'';
dovecotUnitName = if options.services.dovecot2 ? hasNewUnitName then "dovecot" else "dovecot2";
}