Change my tailscale network name
This commit is contained in:
parent
020cec94a1
commit
5001e70c14
10 changed files with 24 additions and 24 deletions
|
|
@ -2,7 +2,7 @@
|
|||
programs.ssh.knownHosts = {
|
||||
everest = {
|
||||
hostNames = [
|
||||
"everest.sable-pancake.ts.net"
|
||||
"everest.tailscale"
|
||||
"toast003.xyz"
|
||||
];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAqfABZKnF5YYGZTOKuT7m+sOnUqBQSvLke9c3JDsF5s";
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
matchBlocks = {
|
||||
"everest" = {
|
||||
host = "everest";
|
||||
hostname = "everest.sable-pancake.ts.net";
|
||||
hostname = "everest.tailscale";
|
||||
forwardAgent = true;
|
||||
sendEnv = ["COLORTERM"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue