]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/tools/tools/ympd.nix
Move ympd password to secure location
[perso/Immae/Config/Nix.git] / nixops / modules / websites / tools / tools / ympd.nix
index 613a171c6c8275898f6a86cf479c3f888659cd8f..82d9321d1d77b53454ed17181f9a5eb668d80680 100644 (file)
@@ -3,10 +3,8 @@ let
   ympd = rec {
     config = {
       webPort = "localhost:${env.listenPort}";
-      mpd = {
-        host = "${env.mpd.host} --mpdpass ${env.mpd.password}";
-        port = env.mpd.port;
-      };
+      host = env.mpd.host;
+      port = env.mpd.port;
     };
     apache = {
       modules = [