Fix Cloudreve group membership
Copy-paste error.
This commit is contained in:
parent
db1f3a03d9
commit
daa1387f38
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ with lib;
|
|||
};
|
||||
users.groups.cloudreve = {};
|
||||
users.users.cloudreve = {
|
||||
group = "authentik";
|
||||
group = "cloudreve";
|
||||
isNormalUser = false;
|
||||
isSystemUser = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue