Added disnix
svn path=/nixos/trunk/; revision=12282
This commit is contained in:
parent
045ae06092
commit
6df19e0cbb
@ -1461,8 +1461,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
disnix = {
|
||||||
|
enable = mkOption {
|
||||||
|
default = false;
|
||||||
|
description = "Whether to enable Disnix";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
httpd = {
|
httpd = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = "
|
description = "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user