diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 9e46524..ef5cacf 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -12,13 +12,11 @@ DISABLE_REGISTRATION = true; }; - git = { - timeout = { - MIGRATE = 60 * 100; # seconds, 100 minutes - MIRROR = 60 * 100; - PULL = 60 * 100; - GC = 60 * 100; - }; + "git.timeout" = { + MIGRATE = 60 * 100; # seconds, 100 minutes + MIRROR = 60 * 100; + PULL = 60 * 100; + GC = 60 * 100; }; }; };