diff --git a/hydra/spec.json b/hydra/spec.json
index 92cedf8..3ea86ea 100644
--- a/hydra/spec.json
+++ b/hydra/spec.json
@@ -12,7 +12,7 @@
"type": 0,
"inputs": {
"nixexpr": {
- "value": "https://github.com/RAD-Development/nix-dotfiles main",
+ "value": "https://github.com/ahuston-0/nix-dotfiles-hydra main",
"type": "git",
"emailresponsible": false
},
@@ -23,12 +23,12 @@
},
"pulls": {
"type": "githubpulls",
- "value": "RAD-Development nix-dotfiles",
+ "value": "ahuston-0 nix-dotfiles-hydra",
"emailresponsible": false
},
"branches": {
"type": "github_refs",
- "value": "RAD-Development nix-dotfiles heads -",
+ "value": "ahuston-0 nix-dotfiles-hydra heads -",
"emailresponsible": false
}
}
diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix
index b05b3b9..602a1bf 100644
--- a/systems/palatine-hill/hydra.nix
+++ b/systems/palatine-hill/hydra.nix
@@ -55,6 +55,13 @@ in
timeout = 3600
+
+ jobs = build-fork-hydra:pr-.*:hosts\..*
+ ## This example will match all jobs
+ #jobs = .*
+ inputs = nixexpr
+ excludeBuildFromContext = 1
+
Include ${config.sops.secrets."alice/gha-hydra-token".path}