hosts/app-01: disable stirling-pdf service

This commit is contained in:
2025-11-22 21:12:28 -08:00
parent 24373e2857
commit 94f13879ca

View File

@@ -52,7 +52,7 @@
environmentFile = config.sops.secrets."SEARXNG_SECRETS".path;
};
stirling-pdf = {
enable = true;
enable = false;
environmentFiles = [ config.sops.secrets."STIRLINGPDF_SECRETS".path ];
};