home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 80b6a5cbbbc7dc0b1f4b1c5215f2279240662440
parent c7aca2c92de420a8ba89b6a695b9ea93b917dbf1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jun 2020 16:32:23 +0200

systems/hokkaido: fix registries.search

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -49,7 +49,7 @@ in virtualisation.containers = { enable = true; registries = { - search = [ "registry.fedoraproject.org", "registry.access.redhat.com", "registry.centos.org", "docker.io", "quay.io" ]; + search = [ "registry.fedoraproject.org" "registry.access.redhat.com" "registry.centos.org" "docker.io" "quay.io" ]; }; policy = { default = [{ type = "insecureAcceptAnything"; }];