Update allowed-uris for Hydra to evaluate jobs

This commit is contained in:
2024-01-26 11:24:53 -05:00
parent 27681b1804
commit 46916c62f2

View File

@@ -26,6 +26,9 @@ in {
</dynamicruncommand>
'';
};
nix.extraOptions = ''
allowed-uris = https://github.com/ https://git.savannah.gnu.org/ https://git.syzygial.cc https://gitlab.com https://sr.ht
'';
systemd.services.hydra = {
serviceConfig = {
RestartSec = "20s";