enable = false

This commit is contained in:
Joseph Hanson 2024-07-13 05:02:58 -05:00
parent 78f9908a26
commit e94ec78209
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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;