Skip to content

Commit

Permalink
add kube entry for ssh config
Browse files Browse the repository at this point in the history
this will be obsolete once I move to Talos, but it's fine for now
  • Loading branch information
otosky committed Oct 26, 2024
1 parent 8ace9f3 commit f42cbd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homes/_modules/base/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ in {
IdentityAgent = "~/.1password/agent.sock";
};
};
kube = lib.hm.dag.entryAfter ["brocade"] {
host = "kube*.toskbot.xyz";
extraOptions = {
IdentityAgent = "~/.1password/agent.sock";
};
};
};
};

Expand Down

0 comments on commit f42cbd5

Please sign in to comment.