nixos/svnserve: add svnBaseDir type
Fritz Otlinghaus 4 years ago 02c592ef 4015c5ca
··· 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 };