1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(variables): disable Nuxt telemetry

This commit is contained in:
Ryan Cao 2023-09-11 16:24:42 +08:00
parent 80d4d3df60
commit f9d9ee6a8f
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -1,6 +1,7 @@
_: {
home.sessionVariables = {
NEXT_TELEMETRY_DISABLED = "1";
NUXT_TELEMETRY_DISABLED = "1";
CHECKPOINT_DISABLE = "1";
DISABLE_TELEMETRY = "YES";
ASTRO_TELEMETRY_DISABLED = "1";