Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Add public music folder to nginx

+7
+7
host-specific/misaki/services.nix
··· 760 760 alias /srv/shokuhou/books/sync/$1; 761 761 ''; 762 762 }; 763 + locations."/music/" = { 764 + extraConfig = '' 765 + autoindex on; 766 + autoindex_exact_size on; 767 + alias /srv/shokuhou/music/public/$1; 768 + ''; 769 + }; 763 770 }; 764 771 virtualHosts."jellyfin.packetlost.dev" = { 765 772 forceSSL = true;