Disable explicit ssh conf for nixos-desk

This commit is contained in:
Tristan D. 2024-08-26 09:19:51 +02:00
parent fd085480c4
commit e6f7f957eb
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -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";
# };
};
};