mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
# let
|
||||||
pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
# pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
||||||
in
|
# in
|
||||||
{
|
{
|
||||||
services.stirling-pdf = {
|
services.stirling-pdf = {
|
||||||
enable = false;
|
enable = true;
|
||||||
package = pkgs-stable.stirling-pdf;
|
# package = pkgs-stable.stirling-pdf;
|
||||||
environment = {
|
environment = {
|
||||||
SERVER_PORT = 6060;
|
SERVER_PORT = 6060;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user