mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
Fix
This commit is contained in:
parent
b6ac2b742b
commit
0ead18ea70
3 changed files with 8 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
"${homeMod}/all/bash.nix"
|
||||
"${homeMod}/all/terminal.nix"
|
||||
"${homeMod}/all/juspay-vertex.nix"
|
||||
# "${homeMod}/all/1password.nix"
|
||||
"${homeMod}/all/1password.nix"
|
||||
|
||||
# Remote builders
|
||||
# "${homeMod}/all/buildMachines"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs._1password-cli ];
|
||||
# home.packages = [ pkgs._1password-cli ];
|
||||
# Using native CLI ^
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
|
|
|||
|
|
@ -18,10 +18,14 @@
|
|||
# For git cloning via another jump host
|
||||
"ssh.bitbucket.juspay.net" = {
|
||||
user = "git";
|
||||
|
||||
# This is the magic line that routes traffic
|
||||
# through the other machine
|
||||
proxyJump = "vanjaram";
|
||||
};
|
||||
"vanjaram" = {
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue