make this option default

This commit is contained in:
Osman Faruk Bayram 2025-04-12 22:00:04 +03:00
parent a9ed8406da
commit c88d3c2d66
5 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,7 @@
options = {
myModules.enableTailscale = lib.mkOption {
type = lib.types.bool;
default = false;
default = true;
description = "Enable Tailscale VPN";
};
};