❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add tls info

A.Ottr bb32827b a1bc666c

+4
+4
nixos/ferret/media.nix
··· 32 32 services.caddy = { 33 33 virtualHosts."jellyfin.ferret.otter.place".extraConfig = '' 34 34 reverse_proxy http://localhost:8096 35 + 36 + tls /var/lib/acme/ferret.otter.place/cert.pem /var/lib/acme/ferret.otter.place/key.pem { 37 + protocols tls1.3 38 + } 35 39 ''; 36 40 }; 37 41