JBoss job fix
svn path=/nixos/trunk/; revision=10367
This commit is contained in:
parent
6e96e0a87d
commit
6f0772d9f0
@ -986,6 +986,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
jboss = {
|
jboss = {
|
||||||
|
enable = mkOption {
|
||||||
|
default = false;
|
||||||
|
description = "Whether to enable jboss";
|
||||||
|
};
|
||||||
|
|
||||||
tempDir = mkOption {
|
tempDir = mkOption {
|
||||||
default = "/tmp";
|
default = "/tmp";
|
||||||
description = "Location where JBoss stores its temp files";
|
description = "Location where JBoss stores its temp files";
|
||||||
|
Loading…
Reference in New Issue
Block a user