Update tailscale module

Allow me to configure the hostname that tailscale reports
This commit is contained in:
Greg Hellings
2025-10-22 15:41:04 -05:00
parent 0bb96abdbe
commit 9e8e9aa514
2 changed files with 17 additions and 2 deletions
+4 -1
View File
@@ -16,7 +16,10 @@
home = true;
proxies."jellyfin.home".target = "http://localhost:8096/";
proxies."jellyfin.thehellings.lan".target = "http://localhost:8096/";
tailscale.enable = true;
tailscale = {
enable = true;
hostname = "jellyfin";
};
};
environment.systemPackages = with pkgs; [