gitlab: seems the user here is also the ssh user
This commit is contained in:
parent
aeb10f0565
commit
7cfd4e22f5
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "gitlab";
|
# changes teh ssh user
|
||||||
|
default = "git";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldap = {
|
ldap = {
|
||||||
|
|
Loading…
Reference in a new issue