Update tailscale module
Allow me to configure the hostname that tailscale reports
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user