Files
nixos/nixosModules/server/stirling-pdf.nix
T
2025-08-15 12:51:34 +03:00

13 lines
130 B
Nix
Executable File

{
config,
...
}:
{
services.stirling-pdf = {
enable = true;
environment = {
SERVER_PORT = 6060;
};
};
}