JBoss job fix

svn path=/nixos/trunk/; revision=10367
This commit is contained in:
Michael Raskin 2008-01-28 20:04:48 +00:00
parent 6e96e0a87d
commit 6f0772d9f0
1 changed files with 5 additions and 0 deletions

View File

@ -986,6 +986,11 @@
};
jboss = {
enable = mkOption {
default = false;
description = "Whether to enable jboss";
};
tempDir = mkOption {
default = "/tmp";
description = "Location where JBoss stores its temp files";