Turn integration.proc.enabled by default
This commit is contained in:
parent
943e5d2a15
commit
e0fde7d0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue