add wkhtmltopdf

This commit is contained in:
2023-11-01 15:37:35 +01:00
parent 1b2c631684
commit 999010495e

View File

@@ -4,6 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
imagemagick imagemagick
ghostscript ghostscript
wkhtmltopdf-bin
]; ];
systemd.services.nginx.serviceConfig.ProtectHome = "read-only"; systemd.services.nginx.serviceConfig.ProtectHome = "read-only";