mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
bentopdf added
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
# let
|
||||
# pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
||||
# in
|
||||
{
|
||||
services.bentopdf = {
|
||||
enable = true;
|
||||
domain = "bentopdf.local";
|
||||
nginx.enable = true;
|
||||
# package = pkgs-stable.bentopdf;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user