nixpkgs/nixos/modules
Ingolf Wagner 7f2b869560
nixos/tts: fix error messages read before text
with a config like this :

```
services.tts = {
  servers = {
    english = {
      enable = true;
      port = 5300;
      model = "tts_models/en/ljspeech/vits"
    };
  };
};
```

You the WAVs tts creates contain an error message which will be read to
you before the text you typed in will be read to you.
This patch fixes that.
2023-08-25 09:48:46 +02:00
..
config nixos/zram: use nixos/zram-generator as backing implementation 2023-08-13 15:38:40 +08:00
hardware Merge pull request #244060 from Gerg-L/nvidiaDynamicBoost 2023-08-10 17:02:26 +02:00
i18n/input-method nixos/fcitx5: fix evaluation 2023-08-15 08:15:41 +08:00
image modules/image/repart: Fix stripNixStorePrefix 2023-08-22 13:09:03 +02:00
installer Merge pull request #248701 from doronbehar/nixos/manpages 2023-08-16 15:49:49 +00:00
misc nixos/doc: Improve documentation of documentation 2023-08-12 22:28:04 +03:00
profiles nixos/installation-device: allow nix-copy for root/nixos user 2023-08-07 16:48:49 +02:00
programs Merge pull request #248748 from acid-bong/zshLsColors 2023-08-24 22:04:43 +03:00
security Revert "nixos/security/wrappers: simplifications and a fix for #98863" 2023-08-24 08:35:11 +02:00
services nixos/tts: fix error messages read before text 2023-08-25 09:48:46 +02:00
system nixos/binfmt: use PE magic to detect Wine executables 2023-08-23 16:20:57 +03:00
tasks zfs: 'want', don't 'require', systemd-udev-settle 2023-07-28 16:57:12 +10:00
testing Merge pull request #219106 from m-bdf/nixos-testing-increase-device-timeout 2023-06-20 11:48:45 +02:00
virtualisation Merge master into staging-next 2023-08-19 00:01:42 +00:00
module-list.nix Merge pull request #248855 from NickCao/zram-generator 2023-08-24 08:57:22 +08:00
rename.nix nixos/dhcp(46): remove 2023-07-28 16:35:40 +02:00