Add https github to allowed uris

This commit is contained in:
2025-09-27 18:58:15 +02:00
parent 407c7e8f2e
commit 5fcb641eb6

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"
];
}