Remove dovecot service name compat code
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user