From b4006e545e416a39da0c5811fa0c455fb26eafbf Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 18 Dec 2024 18:30:38 +0100 Subject: [PATCH] Fixed more typos ...\o/ --- module.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.nix b/module.nix index 78e898d..74faaf6 100644 --- a/module.nix +++ b/module.nix @@ -96,11 +96,11 @@ in WorkingDirectory = cfg.cache-dir; }; script = '' - ${cfg.package}/bin/mena-tts + ${cfg.package}/bin/mensa_to_speech ${cfg.package}/bin/fm_feed_wav --local-addr ${cfg.local-address} \ --local-port ${cfg.local-port} \ - --local-addr ${cfg.local-address} \ - --local-port ${cfg.local-port} \ + --remote-addr ${cfg.remote-address} \ + --remote-port ${cfg.remote-port} \ --wav mensa.wav ''; };