fix(email-options): fix incorrect option type
This commit is contained in:
@@ -203,7 +203,7 @@ with lib;
|
||||
};
|
||||
|
||||
systemdTargets = mkOption {
|
||||
type = with types; listOf (strMatchig "[a-zA-Z0-9@%:_.\-]+[.](service|socket|device|mount|automount|swap|target|path|timer|scope|slice)");
|
||||
type = types.listOf (types.strMatchig "[a-zA-Z0-9@%:_.\-]+[.](service|socket|device|mount|automount|swap|target|path|timer|scope|slice)");
|
||||
default = [];
|
||||
example = [ "generate-mastodon-email-password.service" ];
|
||||
description = "Systemd target which generates password file.";
|
||||
|
Reference in New Issue
Block a user