gitlab: seems the user here is also the ssh user

This commit is contained in:
silver 2023-08-11 07:58:19 +01:00
parent aeb10f0565
commit 7cfd4e22f5

View file

@ -42,7 +42,8 @@
user = mkOption { user = mkOption {
type = types.str; type = types.str;
default = "gitlab"; # changes teh ssh user
default = "git";
}; };
ldap = { ldap = {