mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Remove unused subservice syntax.
svn path=/nixos/trunk/; revision=18135
This commit is contained in:
parent
8dd4147548
commit
1952365a51
1 changed files with 0 additions and 78 deletions
|
@ -427,84 +427,6 @@ in
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
subservices = {
|
|
||||||
|
|
||||||
# !!! remove this
|
|
||||||
subversion = {
|
|
||||||
|
|
||||||
enable = mkOption {
|
|
||||||
default = false;
|
|
||||||
description = "
|
|
||||||
Whether to enable the Subversion subservice in the webserver.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
notificationSender = mkOption {
|
|
||||||
default = "svn-server@example.org";
|
|
||||||
example = "svn-server@example.org";
|
|
||||||
description = "
|
|
||||||
The email address used in the Sender field of commit
|
|
||||||
notification messages sent by the Subversion subservice.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
userCreationDomain = mkOption {
|
|
||||||
default = "example.org";
|
|
||||||
example = "example.org";
|
|
||||||
description = "
|
|
||||||
The domain from which user creation is allowed. A client can
|
|
||||||
only create a new user account if its IP address resolves to
|
|
||||||
this domain.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
autoVersioning = mkOption {
|
|
||||||
default = false;
|
|
||||||
description = "
|
|
||||||
Whether you want the Subversion subservice to support
|
|
||||||
auto-versioning, which enables Subversion repositories to be
|
|
||||||
mounted as read/writable file systems on operating systems that
|
|
||||||
support WebDAV.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
dataDir = mkOption {
|
|
||||||
default = "/no/such/path/exists";
|
|
||||||
description = "
|
|
||||||
Place to put SVN repository.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
organization = {
|
|
||||||
|
|
||||||
name = mkOption {
|
|
||||||
default = null;
|
|
||||||
description = "
|
|
||||||
Name of the organization hosting the Subversion service.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
url = mkOption {
|
|
||||||
default = null;
|
|
||||||
description = "
|
|
||||||
URL of the website of the organization hosting the Subversion service.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
logo = mkOption {
|
|
||||||
default = null;
|
|
||||||
description = "
|
|
||||||
Logo the organization hosting the Subversion service.
|
|
||||||
";
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue