mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -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}";
|
hostName = "${hostname}";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
services.tailscale.enable = true;
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
extraUpFlags = [
|
||||||
|
"--ssh"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue