web -> http
This commit is contained in:
15
profiles/http/docs/programs.nix
Normal file
15
profiles/http/docs/programs.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
{
|
||||
services.docs-to-host.docs = [
|
||||
{
|
||||
dirname = "nginx-manual";
|
||||
path = "${pkgs.nginx.doc}/share/doc/nginx/en";
|
||||
desc = pkgs.nginx.meta.description;
|
||||
}
|
||||
{
|
||||
dirname = "postgresql-manual";
|
||||
path = "${pkgs.postgresql.doc}/share/doc/postgresql/html";
|
||||
desc = pkgs.postgresql.meta.description;
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user