Add https github to allowed uris

This commit is contained in:
Aleix Boné 2025-09-27 18:58:15 +02:00
parent 407c7e8f2e
commit 5fcb641eb6
No known key found for this signature in database

View File

@ -46,5 +46,7 @@
nix.settings.extra-allowed-uris = [
"git+ssh://git@bscpm04.bsc.es"
"git+ssh://git@gitlab-internal.bsc.es"
"https://github.com"
"git+ssh://github.com"
];
}