tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixos/svnserve: add svnBaseDir type
Fritz Otlinghaus
5 years ago
02c592ef
4015c5ca
+1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
misc
svnserve.nix
+1
nixos/modules/services/misc/svnserve.nix
···
24
24
};
25
25
26
26
svnBaseDir = mkOption {
27
27
+
type = types.str;
27
28
default = "/repos";
28
29
description = "Base directory from which Subversion repositories are accessed.";
29
30
};