Merge pull request #111437 from helsinki-systems/svnserve

nixos/svnserve: add svnBaseDir type
This commit is contained in:
Sandro 2021-01-31 15:17:24 +01:00 committed by GitHub
commit 197cfaba57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ in
};
svnBaseDir = mkOption {
type = types.str;
default = "/repos";
description = "Base directory from which Subversion repositories are accessed.";
};