nixos/hosts/laptop/ssh.nix
2025-12-27 00:32:56 +01:00

8 lines
178 B
Nix

{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
hostname = "62.199.221.53";
proxyJump = lib.mkForce "homelab";
};
};
}