derp
This commit is contained in:
parent
2730b695e7
commit
de609b4e69
4 changed files with 32 additions and 13 deletions
|
|
@ -18,6 +18,20 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.tailBrowser = with pkgs; {
|
||||
enable = true;
|
||||
description = "serve via tailscale filebrowser";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
unitConfig = {
|
||||
After="filebrowser.target";
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${tailscale}/bin/tailscale serve --http 80 localhost:8080";
|
||||
# User= "jellyfin";
|
||||
Type= "simple";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.nginx.virtualHosts.${domain} = {
|
||||
locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue