nixos/hosts/desktop/ssh.nix

8 lines
139 B
Nix
Raw Normal View History

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