Skip to content

Commit

Permalink
hydra: allow access to github URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Mar 3, 2024
1 parent a0e632a commit 5ef2dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/config/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
settings = {
# Allow Hydra to build flakes
experimental-features = "nix-command flakes";
# Allow Hydra to access SSH and HTTP(S) URIs in flakes
allowed-uris = "ssh:// http:// https://";
# Allow Hydra to access flake inputs
allowed-uris = "ssh:// http:// https:// github:";
};
};

Expand Down

0 comments on commit 5ef2dfe

Please sign in to comment.