hydra: allowUris

This commit is contained in:
Kabbone 2024-10-05 11:26:22 +02:00
parent 272971cefd
commit 57f56146d2
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
1 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,11 @@
trusted-users = [
"hydra"
];
allowed-uris = "github:";
allowed-uris = [
"github:"
"git+https://github.com/"
"git+ssh://github.com/"
];
};
extraOptions = ''