Merge pull request #290 from genebean/tailscale

Automatically start Tailscale
This commit is contained in:
Gene Liverman 2023-09-16 12:59:22 -04:00 committed by GitHub
commit 28c8818e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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