spotlights-macbook-air: Enable Tailscale

This commit is contained in:
Spotlight 2025-03-20 20:47:48 -05:00
parent 9e1c37a1d2
commit 3360c8d7a2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -5,7 +5,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../shared.nix ../shared.nix
@ -106,6 +105,8 @@
# iOS tethering, etc # iOS tethering, etc
usbmuxd.enable = true; usbmuxd.enable = true;
tailscale.enable = true;
syncthing.enable = true; syncthing.enable = true;
}; };
@ -116,7 +117,7 @@
legcord legcord
muvm muvm
vscode vscode
wireguard-tools wireguard-tools
]; ];
# :( # :(