From e9d2630ea96e6d274ec359fd3f809d2d3b382841 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 9 Jul 2022 19:11:30 +0200 Subject: [PATCH] fix auamost path --- services/uffd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/uffd.nix b/services/uffd.nix index 1dba311..40ec542 100644 --- a/services/uffd.nix +++ b/services/uffd.nix @@ -77,8 +77,8 @@ in { wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; serviceConfig.Type = "simple"; - path = [ pkgs.wget ]; + path = [ pkgs.curl pkgs.jq ]; script = "${pkgs.fish}/bin/fish /persist/magic/mattermost-groupsync.fish"; - startAt = "hourly"; + startAt = "*:0/15"; }; }