fix: desktop updates

This commit is contained in:
Nickolaj Jepsen 2025-04-01 21:13:44 +02:00
parent 71f9b22346
commit 277d8032de
7 changed files with 54 additions and 76 deletions

7
hosts/desktop/ssh.nix Normal file
View file

@ -0,0 +1,7 @@
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
proxyJump = lib.mkForce null;
};
};
}