add juni to ssh config
This commit is contained in:
parent
4bc645061b
commit
e9de3f6f3e
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ in
|
|||
identityFile = lib.mkIf (hasSecret "nix2oren") age.secrets.nix2oren.path;
|
||||
user = "josh";
|
||||
};
|
||||
"juni" = {
|
||||
identityFile = lib.mkIf (hasSecret "nix2nix") age.secrets.nix2oren.path;
|
||||
user = "josh";
|
||||
};
|
||||
"gp3" = {
|
||||
identityFile = lib.mkIf (hasSecret "nix2gpdPocket3") age.secrets.nix2gpdPocket3.path;
|
||||
user = "josh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue