diff --git a/nix/infra/backend.nix b/nix/infra/backend.nix index ef47a38..833e220 100644 --- a/nix/infra/backend.nix +++ b/nix/infra/backend.nix @@ -44,7 +44,7 @@ in systemd.timers.public-pw-reset = { enable = true; description = "Rest Public Password"; - wants = [ "public-pw-reset.services" ]; + wants = [ "public-pw-reset.service" ]; wantedBy = [ "multi-user.target" ]; timerConfig = { OnBootSec= "0min";