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;