❄️ Nix configurations
0
fork

Configure Feed

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

70s called, headphones is shit

A. Ottr eb57e4fa 0ab10bfb

-14
-14
modules/nixos/server/media.nix
··· 52 52 group = "media"; 53 53 }; 54 54 55 - services.headphones = { 56 - enable = true; 57 - port = 38181; 58 - user = "media"; 59 - group = "media"; 60 - }; 61 - 62 55 services.traefik.dynamicConfigOptions.http = { 63 56 routers = { 64 57 sab = { ··· 79 72 service = "son"; 80 73 tls.certResolver = "letsencrypt"; 81 74 }; 82 - headphones = { 83 - entryPoints = [ "websecure" ]; 84 - rule = "Host(`headphones.polecat.otter.place`)"; 85 - service = "headphones"; 86 - tls.certResolver = "letsencrypt"; 87 - }; 88 75 89 76 jellyseerr = { 90 77 entryPoints = [ "websecure" ]; ··· 98 85 sab.loadBalancer.servers = [{ url = "http://localhost:38080"; }]; 99 86 rad.loadBalancer.servers = [ { url = "http://localhost:37878"; } ]; 100 87 son.loadBalancer.servers = [ { url = "http://localhost:38989"; } ]; 101 - headphones.loadBalancer.servers = [ { url = "http://localhost:38181"; } ]; 102 88 jellyseerr.loadBalancer.servers = [ { url = "http://localhost:35055"; } ]; 103 89 }; 104 90 };