fix: go back to using default user

This commit is contained in:
silver 2023-08-11 00:47:13 +01:00
parent ee4468c03d
commit b7e8718f70

View file

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