mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #320 from genebean/tailscale-ssh
Added ssh flag to nixos machines
This commit is contained in:
commit
e3d1b896c2
1 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,12 @@ in {
|
|||
hostName = "${hostname}";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraUpFlags = [
|
||||
"--ssh"
|
||||
];
|
||||
};
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue