Automatically start Tailscale

This commit is contained in:
Gene Liverman 2023-09-16 12:58:45 -04:00
parent 96ad45a458
commit 9b5f4b0822

View file

@ -17,6 +17,7 @@ in {
hostName = "${hostname}"; hostName = "${hostname}";
networkmanager.enable = true; networkmanager.enable = true;
}; };
services.tailscale.enable = true;
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";