From b7e8718f703bd6a23dcbf8f3102109c060e2764f Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 11 Aug 2023 00:47:13 +0100 Subject: [PATCH] fix: go back to using default user --- applications/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index 4ec060f..a177d9d 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -42,7 +42,7 @@ user = mkOption { type = types.str; - default = "git"; + default = "gitlab"; }; ldap = {