fix: go back to using default user
This commit is contained in:
parent
ee4468c03d
commit
b7e8718f70
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "git";
|
default = "gitlab";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldap = {
|
ldap = {
|
||||||
|
|
Loading…
Reference in a new issue