diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-25 02:18:59 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-25 02:18:59 +0200 |
commit | 742697c95318d3625298437995e948ee00a00ba5 (patch) | |
tree | 322bba0294512d71011efa15b84ef0c2134900a3 /nixops/modules/websites | |
parent | ccdd91a78b1a6ae757db20d757ba8674dd25e0cc (diff) | |
download | Nix-742697c95318d3625298437995e948ee00a00ba5.tar.gz Nix-742697c95318d3625298437995e948ee00a00ba5.tar.zst Nix-742697c95318d3625298437995e948ee00a00ba5.zip |
Move ssh ftp and mpd to new secrets
Diffstat (limited to 'nixops/modules/websites')
-rw-r--r-- | nixops/modules/websites/tools/tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/tools/default.nix b/nixops/modules/websites/tools/tools/default.nix index 1aa70b8..463e059 100644 --- a/nixops/modules/websites/tools/tools/default.nix +++ b/nixops/modules/websites/tools/tools/default.nix | |||
@@ -76,7 +76,7 @@ in { | |||
76 | description = "Standalone MPD Web GUI written in C"; | 76 | description = "Standalone MPD Web GUI written in C"; |
77 | wantedBy = [ "multi-user.target" ]; | 77 | wantedBy = [ "multi-user.target" ]; |
78 | script = '' | 78 | script = '' |
79 | export MPD_PASSWORD=$(cat /run/keys/mpd) | 79 | export MPD_PASSWORD=$(cat /var/secrets/mpd) |
80 | ${pkgs.ympd}/bin/ympd --host ${ympd.config.host} --port ${toString ympd.config.port} --webport ${ympd.config.webPort} --user nobody | 80 | ${pkgs.ympd}/bin/ympd --host ${ympd.config.host} --port ${toString ympd.config.port} --webport ${ympd.config.webPort} --user nobody |
81 | ''; | 81 | ''; |
82 | }; | 82 | }; |