From fa4e176191c8bebe7f1e45b4b4512c0bd10244e1 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 16 Jun 2026 22:03:59 -0400 Subject: fix name of tailscale, add ssh config --- hosts/RyanMac/configuration.nix | 2 +- users/ryan/home.nix | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 7b4286b..5996ab2 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -78,7 +78,7 @@ in { "utm" "ghostty" "zen" - "tailscale" + "tailscale-app" "netbird-ui" ]; }; diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 1ed3098..5e97ff5 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -66,6 +66,28 @@ }; }; + programs.ssh = { + enable = true; + package = null; # installed by default + + enableDefaultConfig = false; + + settings = { + "rocApex" = { + hostname = "129.158.232.104"; + user = "root"; + }; + "hetzner" = { + hostname = "5.161.207.21"; + user = "root"; + }; + "rncorepub" = { + hostname = "5.161.89.186"; + user = "root"; + }; + }; + }; + services.gpg-agent = { enable = true; enableSshSupport = true; -- cgit v1.3