aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/tools/ympd.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-14 02:28:09 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-30 00:36:14 +0200
commita9f52ec521e45204ad9363dd143b32ac9910b6b3 (patch)
tree6257e8385c240890e1f8c443e8aa886de09ad523 /modules/private/websites/tools/tools/ympd.nix
parente4e0de77cd6c9882fa7ff7c3cdd0ed9fce8a59d8 (diff)
downloadNix-a9f52ec521e45204ad9363dd143b32ac9910b6b3.tar.gz
Nix-a9f52ec521e45204ad9363dd143b32ac9910b6b3.tar.zst
Nix-a9f52ec521e45204ad9363dd143b32ac9910b6b3.zip
Add flask app paste
Diffstat (limited to 'modules/private/websites/tools/tools/ympd.nix')
-rw-r--r--modules/private/websites/tools/tools/ympd.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/private/websites/tools/tools/ympd.nix b/modules/private/websites/tools/tools/ympd.nix
index 72d45d4..531b1a9 100644
--- a/modules/private/websites/tools/tools/ympd.nix
+++ b/modules/private/websites/tools/tools/ympd.nix
@@ -26,12 +26,12 @@ let
26 ProxyPass ws://${config.webPort}/ws 26 ProxyPass ws://${config.webPort}/ws
27 </Location> 27 </Location>
28 <Location "/mpd/music.mp3"> 28 <Location "/mpd/music.mp3">
29 ProxyPass unix:///run/mpd/mp3.sock|http://tools.immae.eu/ 29 ProxyPass unix:///run/mpd/mp3.sock|http://tools.immae.eu/mpd/mp3
30 ProxyPassReverse unix:///run/mpd/mp3.sock|http://tools.immae.eu/ 30 ProxyPassReverse unix:///run/mpd/mp3.sock|http://tools.immae.eu/mpd/mp3
31 </Location> 31 </Location>
32 <Location "/mpd/music.ogg"> 32 <Location "/mpd/music.ogg">
33 ProxyPass unix:///run/mpd/ogg.sock|http://tools.immae.eu/ 33 ProxyPass unix:///run/mpd/ogg.sock|http://tools.immae.eu/mpd/ogg
34 ProxyPassReverse unix:///run/mpd/ogg.sock|http://tools.immae.eu/ 34 ProxyPassReverse unix:///run/mpd/ogg.sock|http://tools.immae.eu/mpd/ogg
35 </Location> 35 </Location>
36 ''; 36 '';
37 }; 37 };