nixos/hosts/desktop/ssh.nix

9 lines
173 B
Nix
Raw Normal View History

2025-04-01 21:13:44 +02:00
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
2025-04-15 20:13:15 +02:00
hostname = "62.199.221.53";
2025-04-01 21:13:44 +02:00
proxyJump = lib.mkForce null;
};
};
}