make this option default
This commit is contained in:
parent
a9ed8406da
commit
c88d3c2d66
5 changed files with 1 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
options = {
|
||||
myModules.enableTailscale = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = "Enable Tailscale VPN";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue