chore: upgrade to NixOS 23.11
This commit is contained in:
parent
d28a89f32a
commit
531a407c08
10 changed files with 38 additions and 52 deletions
services/home-assistant
|
@ -1,17 +1,6 @@
|
|||
{ pkgs, lib, inputs, ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/audio/wyoming/piper.nix"
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/audio/wyoming/faster-whisper.nix"
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
inherit (pkgs.unstable) wyoming-piper wyoming-faster-whisper piper-tts;
|
||||
})
|
||||
];
|
||||
|
||||
services.wyoming.piper = {
|
||||
servers = {
|
||||
"en" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue