diff --git a/hosts/hetzner-arm/secrets.nix b/hosts/hetzner-arm/secrets.nix index 8862cd2..582e313 100644 --- a/hosts/hetzner-arm/secrets.nix +++ b/hosts/hetzner-arm/secrets.nix @@ -26,8 +26,8 @@ # Used directly by server # for fetching gitlab static sites gitlab_env = { - user = "gitlab_artifacts_sync"; - group = "gitlab_artifacts_sync"; + #user = "gitlab_artifacts_sync"; + #group = "gitlab_artifacts_sync"; fetchScript = '' token=$(simple_get "/api-keys/gitlab/gitlab_pages_serve" .token) echo "GITLAB_TOKEN=$token" > "$secretFile"