mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: desktop updates
This commit is contained in:
parent
71f9b22346
commit
277d8032de
7 changed files with 54 additions and 76 deletions
7
hosts/desktop/ssh.nix
Normal file
7
hosts/desktop/ssh.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{lib, ...}: {
|
||||
fireproof.home-manager.programs.ssh.matchBlocks = {
|
||||
"bastion.ao" = {
|
||||
proxyJump = lib.mkForce null;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue