15 lines
288 B
Nix
15 lines
288 B
Nix
{...}: {
|
|
imports = [../../../modules/jellyfin.nix];
|
|
services = {
|
|
jellyfin = {
|
|
enable = false;
|
|
# openFirewall = true;
|
|
};
|
|
# caddy = {
|
|
# virtualHosts."media.darksailor.dev".extraConfig = ''
|
|
# reverse_proxy localhost:8096
|
|
# '';
|
|
# };
|
|
};
|
|
}
|