Tell Gitlab to use Minio

This commit is contained in:
Greg Hellings
2024-04-21 15:04:16 -05:00
parent 84b91d086d
commit 12da950b25
2 changed files with 49 additions and 4 deletions
+5 -4
View File
@@ -65,6 +65,7 @@ in {
config = ((import ./container-runner.nix) {
inherit inputs overlays;
name = "shell";
extra.virtualisation.podman.enable = true;
});
};
@@ -96,13 +97,13 @@ in {
"koalaman/shellcheck:*"
"registry.gitlab.com/gitlab-org/*"
"registry.thehellings.com/*"
"gitlab.shire-zebra.ts.net:5000/*:*"
"registry.thehellings.com/*/*/*:*"
"gitlab.shire-zebra.ts.net:5000/*/*/*:*"
];
dockerAllowedServices = [
"docker:*"
"registry.thehellings.com/*"
"gitlab.shire-zebra.ts.net:5000/*:*"
"registry.thehellings.com/*/*/*:*"
"gitlab.shire-zebra.ts.net:5000/*/*/*:*"
];
dockerPrivileged = true;
dockerVolumes = [