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

9 lines
99 B
Nix

{ config, pkgs, inputs, ... }:
{
services.gitweb = {
projectroot = "/home/tsv/git";
};
}