From 0243236b16c7f4c6072e6143a4b75dbde3f729e3 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 31 Jan 2023 12:01:07 -0500 Subject: [PATCH] Remove tailscale --- profiles | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/profiles b/profiles index 7a6656c..72d4e47 100644 --- a/profiles +++ b/profiles @@ -21,7 +21,7 @@ default_packages="\ collectd-mod-sensors \ collectd-mod-thermal \ collectd-mod-conntrack \ - collectd-mod-cpu " # Leave trailing whitespace + collectd-mod-cpu" declare -Ag archer @@ -106,15 +106,13 @@ r4s['packages']="\ smcroute \ curl \ ethtool \ - ca-bundle \ - tailscale" + ca-bundle" +# tailscale r4s['kopts']="\ CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \ - CONFIG_BTRFS_PROGS_ZSTD=y -" + CONFIG_BTRFS_PROGS_ZSTD=y" r4s['files']="\ - /mnt/backup \ -" + /mnt/backup" declare -Ag ax6000_stock ax6000_stock['profile']="xiaomi_redmi-router-ax6000-stock"