nixos/hosts/laptop/ssh.nix

9 lines
178 B
Nix
Raw Normal View History

2025-03-14 14:26:34 +01:00
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
2025-12-27 00:32:56 +01:00
hostname = "62.199.221.53";
proxyJump = lib.mkForce "homelab";
2025-03-14 14:26:34 +01:00
};
};
}