make this option default
This commit is contained in:
parent
a9ed8406da
commit
c88d3c2d66
5 changed files with 1 additions and 5 deletions
|
|
@ -15,7 +15,6 @@
|
|||
enableFonts = false;
|
||||
blockYoutube = false;
|
||||
blockTwitter = false;
|
||||
enableTailscale = true;
|
||||
};
|
||||
|
||||
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
enableFonts = false;
|
||||
blockYoutube = false;
|
||||
blockTwitter = false;
|
||||
enableTailscale = true;
|
||||
enableForgejo = true;
|
||||
enableCaddy = true;
|
||||
enableCloudflareDyndns = false;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
blockTwitter = true;
|
||||
blockBluesky = false;
|
||||
enableKDE = true;
|
||||
enableTailscale = true;
|
||||
enableAarch64Emulation = true;
|
||||
enableSound = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
blockTwitter = true;
|
||||
blockBluesky = false;
|
||||
enableKDE = true;
|
||||
enableTailscale = true;
|
||||
enableJellyfin = true;
|
||||
enableAarch64Emulation = true;
|
||||
disableHibernation = true;
|
||||
|
|
|
|||
|
|
@ -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