profiles/dev: add ghcr.io in containers registry list

This commit is contained in:
Gabriel Arazas 2023-11-07 13:31:37 +08:00
parent 051e7fb3c4
commit e9d55ab771
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -179,6 +179,7 @@ in {
enable = true;
registries.search = [
"docker.io"
"ghcr.io"
"quay.io"
"registry.opensuse.org"
];