update h002 ssh config
This commit is contained in:
parent
a76b100f6e
commit
6b023457ec
1 changed files with 7 additions and 2 deletions
|
|
@ -138,8 +138,13 @@ in
|
|||
hostname = "10.12.14.10";
|
||||
user = "luser";
|
||||
};
|
||||
"h002" = lib.mkIf (hasSecret "nix2h002") {
|
||||
identityFile = age.secrets.nix2h002.path;
|
||||
"h002" = lib.mkIf (hasSecret "nix2nix") {
|
||||
identityFile = age.secrets.nix2nix.path;
|
||||
user = "luser";
|
||||
};
|
||||
"h002_" = lib.mkIf (hasSecret "nix2nix") {
|
||||
identityFile = age.secrets.nix2nix.path;
|
||||
hostname = "10.12.14.183";
|
||||
user = "luser";
|
||||
};
|
||||
"h003" = lib.mkIf (hasSecret "nix2h003") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue