From bdabdf0c16fc2ca417c478d4030ba6b694ae404b Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 7 Mar 2024 17:49:48 +0100 Subject: [PATCH] nixos/gitlab: use workhorse package from option in path --- nixos/modules/services/misc/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix index 3994bc01c73e..e95ab0a112bc 100644 --- a/nixos/modules/services/misc/gitlab.nix +++ b/nixos/modules/services/misc/gitlab.nix @@ -1557,7 +1557,7 @@ in { gnutar gzip openssh - gitlab-workhorse + cfg.packages.gitlab-workhorse ]; serviceConfig = { Type = "simple";