diff --git a/nix/infra/backend.nix b/nix/infra/backend.nix index bd7b195..71bfe2e 100644 --- a/nix/infra/backend.nix +++ b/nix/infra/backend.nix @@ -46,7 +46,7 @@ in }; }; - systemd.timers.public-pw-reset = = { + systemd.timers.public-pw-reset = { wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "5m";