enable = false
This commit is contained in:
parent
78f9908a26
commit
e94ec78209
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
options.mySystem.services.haproxy = {
|
||||
enable = mkEnableOption "haproxy";
|
||||
enable = mkEnableOption "haproxy" // { default = false; };
|
||||
package = mkPackageOption pkgs "haproxy" { };
|
||||
config = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue