13 lines
268 B
Nix
13 lines
268 B
Nix
{...}: {
|
|
# services = {
|
|
# jellyseerr.enable = true;
|
|
# jellyfin.enable = true;
|
|
# caddy = {
|
|
# virtualHosts."jellyfin.tsuba.darksailor.dev".extraConfig = ''
|
|
# import hetzner
|
|
# reverse_proxy localhost:8096
|
|
# '';
|
|
# };
|
|
# };
|
|
}
|