nixos/hosts/desktop-wsl/ssh.nix

9 lines
173 B
Nix
Raw Permalink Normal View History

2025-12-14 02:57:03 +01:00
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
hostname = "62.199.221.53";
proxyJump = lib.mkForce null;
};
};
}