feat(ssh): add host aliases

This commit is contained in:
2026-08-02 21:06:39 -04:00
parent e56b710344
commit 729c8fdd5f

View File

@@ -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.