From 3360c8d7a2f09b2f92863870e92f2a559f5e66b0 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Mar 2025 20:47:48 -0500 Subject: [PATCH] spotlights-macbook-air: Enable Tailscale --- hosts/linux/spotlights-macbook-air/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/linux/spotlights-macbook-air/configuration.nix b/hosts/linux/spotlights-macbook-air/configuration.nix index 58d1d3f..ab61681 100644 --- a/hosts/linux/spotlights-macbook-air/configuration.nix +++ b/hosts/linux/spotlights-macbook-air/configuration.nix @@ -5,7 +5,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ../shared.nix @@ -106,6 +105,8 @@ # iOS tethering, etc usbmuxd.enable = true; + tailscale.enable = true; + syncthing.enable = true; }; @@ -116,7 +117,7 @@ legcord muvm vscode -wireguard-tools + wireguard-tools ]; # :(