ssh over tailscale
This commit is contained in:
parent
bcce14ea82
commit
086b3a67d9
3 changed files with 23 additions and 11 deletions
|
|
@ -50,7 +50,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.ssh.enable = true;
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.tristans.cloud" = {
|
||||
user = "forgejo";
|
||||
hostname = "100.106.241.122";
|
||||
};
|
||||
"alpine" = {
|
||||
hostname = "100.106.241.122";
|
||||
user = "tristan";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue