This commit is contained in:
2026-01-03 12:48:03 +03:00
parent 9adc66551e
commit a98fd97c3b
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,10 +1,15 @@
{
config,
inputs,
...
}:
let
pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
in
{
services.stirling-pdf = {
enable = true;
enable = false;
package = pkgs-stable.stirling-pdf;
environment = {
SERVER_PORT = 6060;
};