From b33f5b96e8b659a28e29d7df3fa63669b1e7b316 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 16 Jun 2026 21:35:22 -0400 Subject: tailscale and netbird --- hosts/RyanMac/configuration.nix | 6 ++++++ users/ryan/home.nix | 3 +++ 2 files changed, 9 insertions(+) diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 17ab123..7b4286b 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -70,10 +70,16 @@ in { extraFlags = [ "--force-cleanup" ]; }; + taps = [ + "netbirdio/tap" + ]; + casks = [ "utm" "ghostty" "zen" + "tailscale" + "netbird-ui" ]; }; diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 2c099ba..1ed3098 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -98,6 +98,9 @@ pass pandoc iina # Media player (frontend to mpv essentially) + kubectl + talhelper + talosctl ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage -- cgit v1.3