From 56b2da1ae6c9c084e84ec7c2c27136580fca3b8a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 6 Aug 2023 13:54:11 +0100 Subject: [PATCH] fix: update the groups 5 min after the data update --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1631cb0..950a332 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ scripts = { "update_data" = "*:0,15,30,45"; #"new_users" = "*:5,20,35,50"; - "update_groups" = "*:10"; + "update_groups" = "*:5,20,35,50"; }; in {