web -> http

This commit is contained in:
2024-01-26 21:45:22 +01:00
parent 4a5943d61b
commit 2fd65cf9a8
63 changed files with 52 additions and 52 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
services.docs-to-host.docs = [{
desc = "Linux kernel html documentation";
dirname = "linux-docs";
path = "${pkgs.linux-doc}/share/doc/linux-doc";
}];
}