mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
13 lines
130 B
Nix
Executable File
13 lines
130 B
Nix
Executable File
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
services.stirling-pdf = {
|
|
enable = true;
|
|
environment = {
|
|
SERVER_PORT = 6060;
|
|
};
|
|
};
|
|
}
|