diff --git a/nixos/hosts/git/default.nix b/nixos/hosts/git/default.nix index 004b8c0..cb4f7a5 100644 --- a/nixos/hosts/git/default.nix +++ b/nixos/hosts/git/default.nix @@ -27,11 +27,11 @@ SSH_DOMAIN = "git.hoki-porgy.ts.net"; DISABLE_REGISTRATION = true; }; - cron.gc_lfs = { + "cron.gc_lfs" = { ENABLED = true; RUN_AT_START = true; }; - cron.git_gc_repos = { + "cron.git_gc_repos" = { ENABLED = true; RUN_AT_START = true; };