add juni to ssh config

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 17:01:27 -06:00
parent 4bc645061b
commit e9de3f6f3e

View file

@ -62,6 +62,10 @@ in
identityFile = lib.mkIf (hasSecret "nix2oren") age.secrets.nix2oren.path; identityFile = lib.mkIf (hasSecret "nix2oren") age.secrets.nix2oren.path;
user = "josh"; user = "josh";
}; };
"juni" = {
identityFile = lib.mkIf (hasSecret "nix2nix") age.secrets.nix2oren.path;
user = "josh";
};
"gp3" = { "gp3" = {
identityFile = lib.mkIf (hasSecret "nix2gpdPocket3") age.secrets.nix2gpdPocket3.path; identityFile = lib.mkIf (hasSecret "nix2gpdPocket3") age.secrets.nix2gpdPocket3.path;
user = "josh"; user = "josh";