diff --git a/hosts/gerrit01/default.nix b/hosts/gerrit01/default.nix index 6f25c9c..1dfdf8c 100755 --- a/hosts/gerrit01/default.nix +++ b/hosts/gerrit01/default.nix @@ -109,21 +109,6 @@ timer = "hourly"; fromRefspec = "staging-23.11"; }; - - # Testing jobs for personal sandbox branches - branches."raito-unstable-sync" = { - fromUri = "https://github.com/NixOS/nixpkgs"; - fromRefspec = "nixos-unstable-small"; - localRefspec = "sandbox/raito/raito-unstable-small"; - timer = "*-*-* 12:00:00"; - }; - - branches."raito-release-sync" = { - fromUri = "https://github.com/NixOS/nixpkgs"; - fromRefspec = "nixos-24.05"; - localRefspec = "sandbox/raito/raito-nixos-24.05"; - timer = "daily"; - }; }; age.secrets.s3-channel-staging-keys.file = ../../secrets/floral/s3-channel-staging-keys.age;