Nix-Config/system/shared/services/gitweb.nix

9 lines
99 B
Nix
Raw Normal View History

2023-09-27 14:38:38 +00:00
{ config, pkgs, inputs, ... }:
{
services.gitweb = {
projectroot = "/home/tsv/git";
};
}