adjust permissions
This commit is contained in:
parent
0c996f6115
commit
e21de00663
1 changed files with 6 additions and 0 deletions
|
@ -17,12 +17,18 @@ in
|
|||
"portunus/users/search-password" = {
|
||||
owner = "${portunusUser}";
|
||||
group = "${portunusGroup}";
|
||||
mode = "0440";
|
||||
};
|
||||
"dex/environment" = {
|
||||
owner = config.systemd.services.dex.serviceConfig.User;
|
||||
group = "dex";
|
||||
};
|
||||
"matrix_ldap_search" = {
|
||||
key = "portunus/users/search-password";
|
||||
owner = config.systemd.services.nslcd.serviceConfig.User;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.portunus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue