Typo: reqires -> requires

This commit is contained in:
niten 2024-07-11 09:12:20 -07:00
parent a1f2e7f28b
commit 1a3b73440a

View File

@ -356,7 +356,7 @@ in {
description =
"A service to set postgresql user passwords after the server has started.";
after = [ "postgresql.service" ] ++ cfg.required-services;
reqires = [ "postgresql.service" ] ++ cfg.required-services;
requires = [ "postgresql.service" ] ++ cfg.required-services;
wantedBy = [ "postgresql.service" ];
serviceConfig = {
Type = "oneshot";