aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/tools/ympd.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-20 17:01:31 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-20 17:02:05 +0200
commit914dd76ceccc2de3bd5ffa176cf7984ad1bd5581 (patch)
tree450c51de1c1273a150ed8b80cd2872f3261a738c /nixops/modules/websites/tools/tools/ympd.nix
parente905cd0bda71f359597ecb1f4554d3edb27e2ccb (diff)
downloadNix-914dd76ceccc2de3bd5ffa176cf7984ad1bd5581.tar.gz
Nix-914dd76ceccc2de3bd5ffa176cf7984ad1bd5581.tar.zst
Nix-914dd76ceccc2de3bd5ffa176cf7984ad1bd5581.zip
Move ympd password to secure location
Related issue: https://git.immae.eu/mantisbt/view.php?id=122
Diffstat (limited to 'nixops/modules/websites/tools/tools/ympd.nix')
-rw-r--r--nixops/modules/websites/tools/tools/ympd.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixops/modules/websites/tools/tools/ympd.nix b/nixops/modules/websites/tools/tools/ympd.nix
index 613a171..82d9321 100644
--- a/nixops/modules/websites/tools/tools/ympd.nix
+++ b/nixops/modules/websites/tools/tools/ympd.nix
@@ -3,10 +3,8 @@ let
3 ympd = rec { 3 ympd = rec {
4 config = { 4 config = {
5 webPort = "localhost:${env.listenPort}"; 5 webPort = "localhost:${env.listenPort}";
6 mpd = { 6 host = env.mpd.host;
7 host = "${env.mpd.host} --mpdpass ${env.mpd.password}"; 7 port = env.mpd.port;
8 port = env.mpd.port;
9 };
10 }; 8 };
11 apache = { 9 apache = {
12 modules = [ 10 modules = [