calcite,weilite: use comin to auto update
This commit is contained in:
parent
ade0694d14
commit
49520149ab
7 changed files with 46 additions and 21 deletions
|
@ -4,5 +4,6 @@
|
|||
./restic.nix
|
||||
./media-download.nix
|
||||
./immich.nix
|
||||
./jellyfin.nix
|
||||
];
|
||||
}
|
||||
|
|
15
machines/weilite/services/jellyfin.nix
Normal file
15
machines/weilite/services/jellyfin.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.jellyfin.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jellyfin
|
||||
jellyfin-web
|
||||
jellyfin-ffmpeg
|
||||
];
|
||||
services.caddy.virtualHosts."https://weilite.coho-tet.ts.net:8920".extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:8096
|
||||
'';
|
||||
networking.firewall.allowedTCPPorts = [ 8920 ]; # allow on lan
|
||||
users.users.jellyfin.extraGroups = [ "render" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue