Merge pull request #111437 from helsinki-systems/svnserve
nixos/svnserve: add svnBaseDir type
This commit is contained in:
commit
197cfaba57
@ -24,6 +24,7 @@ in
|
||||
};
|
||||
|
||||
svnBaseDir = mkOption {
|
||||
type = types.str;
|
||||
default = "/repos";
|
||||
description = "Base directory from which Subversion repositories are accessed.";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user