cluster/services/certificates: setfacl on current directory
This commit is contained in:
parent
30e926a654
commit
5a519d3a48
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ in
|
|||
dnsProvider = "exec";
|
||||
group = "nginx";
|
||||
postRun = ''
|
||||
${pkgs.acl}/bin/setfacl -Rb out/
|
||||
${pkgs.acl}/bin/setfacl -Rb .
|
||||
${lib.concatStringsSep "\n" (
|
||||
map (group: "${pkgs.acl}/bin/setfacl -Rm g:${group}:rX out/") extraGroups
|
||||
map (group: "${pkgs.acl}/bin/setfacl -Rm g:${group}:rX .") extraGroups
|
||||
)}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue