From 7cfd4e22f55a335a90a578bc844121f5460386d7 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 11 Aug 2023 07:58:19 +0100 Subject: [PATCH] gitlab: seems the user here is also the ssh user --- applications/gitlab.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index a177d9d..8ecda83 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -42,7 +42,8 @@ user = mkOption { type = types.str; - default = "gitlab"; + # changes teh ssh user + default = "git"; }; ldap = {