mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/jitsi-meet: fix cfg.caddy.enable
This fixes the following error: ``` error: failed processing files: FailedJobs( "static/404.html": Permission denied (os error 13) at path "/build/static/.tmpRMzDXu" ) ```
This commit is contained in:
parent
6c4556515f
commit
9a821ebe0f
@ -479,7 +479,7 @@ in
|
||||
extraConfig =
|
||||
let
|
||||
templatedJitsiMeet = pkgs.runCommand "templated-jitsi-meet" { } ''
|
||||
cp -R ${pkgs.jitsi-meet}/* .
|
||||
cp -R --no-preserve=all ${pkgs.jitsi-meet}/* .
|
||||
for file in *.html **/*.html ; do
|
||||
${pkgs.sd}/bin/sd '<!--#include virtual="(.*)" -->' '{{ include "$1" }}' $file
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user