diff --git a/homes/_modules/base/ssh.nix b/homes/_modules/base/ssh.nix index 3832ebb..1d03346 100644 --- a/homes/_modules/base/ssh.nix +++ b/homes/_modules/base/ssh.nix @@ -33,6 +33,12 @@ in { IdentityAgent = "~/.1password/agent.sock"; }; }; + kube = lib.hm.dag.entryAfter ["brocade"] { + host = "kube*.toskbot.xyz"; + extraOptions = { + IdentityAgent = "~/.1password/agent.sock"; + }; + }; }; };