mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 23:47:31 +00:00
Turn integration.proc.enabled by default
This commit is contained in:
committed by
Aarnav Tale
parent
943e5d2a15
commit
e0fde7d0f4
+1
-1
@@ -187,7 +187,7 @@ in {
|
|||||||
options = {
|
options = {
|
||||||
enabled = lib.mkOption {
|
enabled = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Enable "Native" integration that works when Headscale and
|
Enable "Native" integration that works when Headscale and
|
||||||
Headplane are running outside of a container. There is no additional
|
Headplane are running outside of a container. There is no additional
|
||||||
|
|||||||
Reference in New Issue
Block a user