about summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2024-03-07 17:49:48 +0100
committerYureka <yuka@yuka.dev>2024-03-19 13:47:55 +0100
commitbdabdf0c16fc2ca417c478d4030ba6b694ae404b (patch)
tree2ea081b4b18a1d1a9305e39710f21a5b02266554
parent1bada6154359036263d42758bd137bddde80a696 (diff)
nixos/gitlab: use workhorse package from option in path
-rw-r--r--nixos/modules/services/misc/gitlab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 3994bc01c73e1..e95ab0a112bc5 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";