Disable explicit ssh conf for nixos-desk
This commit is contained in:
parent
fd085480c4
commit
e6f7f957eb
1 changed files with 6 additions and 6 deletions
|
@ -250,12 +250,12 @@ in
|
|||
user = "root";
|
||||
identityFile = "~/.ssh/id_v81_ed25519";
|
||||
};
|
||||
"nixos-desk" = {
|
||||
host = "nixos-desk";
|
||||
hostname = "nixos-desk";
|
||||
user = "tristand";
|
||||
identityFile = "~/.ssh/id_v81_ed25519";
|
||||
};
|
||||
# "nixos-desk" = {
|
||||
# host = "nixos-desk";
|
||||
# hostname = "nixos-desk";
|
||||
# user = "tristand";
|
||||
# identityFile = "~/.ssh/id_v81_ed25519";
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue