summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-06-16 21:35:22 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-06-16 21:35:22 -0400
commitb33f5b96e8b659a28e29d7df3fa63669b1e7b316 (patch)
tree1f32221a9480ea512739c34f0ff44902c167ce5a
parentda81f70d18bd92e600e87fd5c39b1fd849021cc3 (diff)
tailscale and netbird
-rw-r--r--hosts/RyanMac/configuration.nix6
-rw-r--r--users/ryan/home.nix3
2 files changed, 9 insertions, 0 deletions
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 {
70 extraFlags = [ "--force-cleanup" ]; 70 extraFlags = [ "--force-cleanup" ];
71 }; 71 };
72 72
73 taps = [
74 "netbirdio/tap"
75 ];
76
73 casks = [ 77 casks = [
74 "utm" 78 "utm"
75 "ghostty" 79 "ghostty"
76 "zen" 80 "zen"
81 "tailscale"
82 "netbird-ui"
77 ]; 83 ];
78 }; 84 };
79 85
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 @@
98 pass 98 pass
99 pandoc 99 pandoc
100 iina # Media player (frontend to mpv essentially) 100 iina # Media player (frontend to mpv essentially)
101 kubectl
102 talhelper
103 talosctl
101 ]; 104 ];
102 105
103 # Home Manager is pretty good at managing dotfiles. The primary way to manage 106 # Home Manager is pretty good at managing dotfiles. The primary way to manage