From d1f08876701bd422cb09468ea898a17ad782db73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 27 May 2022 17:25:24 +0100 Subject: [PATCH] =?UTF-8?q?it=E2=80=99s=20wanted-by=20not=20wantedby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/mastodon.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mastodon.nix b/modules/mastodon.nix index 0adf504a..435f63a2 100644 --- a/modules/mastodon.nix +++ b/modules/mastodon.nix @@ -604,7 +604,7 @@ in systemd.timers.mastodon-clean-media = { description = "Clean mastodon remote media"; requires = [ "mastodon-clean-media.service" ]; - wanted-by = [ "multi-user.target" ]; + wantedBy = [ "multi-user.target" ]; timerConfig = { OnUnitActiveSec = 604800; }; @@ -623,7 +623,7 @@ in systemd.timers.mastodon-clean-preview-cards = { description = "Clean mastodon preview cards"; requires = [ "mastodon-clean-preview-cards.service" ]; - wanted-by = [ "multi-user.target" ]; + wantedBy = [ "multi-user.target" ]; timerConfig = { OnUnitActiveSec = 604800; };