From 729c8fdd5f51b232c909b9fbd1d94a811fa5bb1a Mon Sep 17 00:00:00 2001 From: alexion Date: Sun, 2 Aug 2026 21:06:39 -0400 Subject: [PATCH] feat(ssh): add host aliases --- hosts/neogaia/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/neogaia/default.nix b/hosts/neogaia/default.nix index 19c6fa7..6f981ed 100644 --- a/hosts/neogaia/default.nix +++ b/hosts/neogaia/default.nix @@ -44,6 +44,17 @@ modules.toolkit.enable = true; + home-manager.users.${config.user.name}.programs.ssh.settings = { + neogaia = { + HostName = "10.23.50.146"; + User = config.user.name; + }; + pikachu = { + HostName = "10.23.10.102"; + User = config.user.name; + }; + }; + # The walking-skeleton guest, enabled like any module: proves the guest path # end to end through this host's `nix flake check`. # Modest caps keep the skeleton guest from starving the laptop.