From 3df05c967c7297e9f717e45261f7d60e16e4be7a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 12 Jul 2024 13:43:39 +0200 Subject: [PATCH] infra: fix typo --- nix/infra/backend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";