From e0fde7d0f48e9c901bf8bc5200702ea8b932993e Mon Sep 17 00:00:00 2001 From: Igor Ramazanov Date: Tue, 20 May 2025 19:33:53 +0000 Subject: [PATCH] Turn `integration.proc.enabled` by default --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index bcea2f6..d0b81d6 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -187,7 +187,7 @@ in { options = { enabled = lib.mkOption { type = lib.types.bool; - default = false; + default = true; description = '' Enable "Native" integration that works when Headscale and Headplane are running outside of a container. There is no additional