mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added ssh flag to nixos machines
This commit is contained in:
parent
59283b5b4a
commit
8d4f72c917
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