Merge pull request #170947 from dpausp/gitlab-registry-cert-fix-path-condition

nixos/gitlab: fix gitlab-registry-cert path condition
This commit is contained in:
WilliButz 2022-07-04 18:39:42 +02:00 committed by GitHub
commit fbaae54932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1063,7 +1063,7 @@ in {
chown ${cfg.user}:${cfg.group} ${cfg.registry.certFile}
'';
serviceConfig = {
unitConfig = {
ConditionPathExists = "!${cfg.registry.certFile}";
};
};