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";
|
dnsProvider = "exec";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
postRun = ''
|
postRun = ''
|
||||||
${pkgs.acl}/bin/setfacl -Rb out/
|
${pkgs.acl}/bin/setfacl -Rb .
|
||||||
${lib.concatStringsSep "\n" (
|
${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…
Add table
Reference in a new issue