9 lines
99 B
Nix
9 lines
99 B
Nix
|
{ config, pkgs, inputs, ... }:
|
||
|
|
||
|
{
|
||
|
services.gitweb = {
|
||
|
projectroot = "/home/tsv/git";
|
||
|
};
|
||
|
}
|
||
|
|