bentopdf added

This commit is contained in:
2026-05-31 12:16:59 +03:00
parent e0e908c79d
commit b001652162
8 changed files with 447 additions and 41 deletions
+16
View File
@@ -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;
};
}