Loading nixos/modules/services/home-automation/wyoming/faster-whisper.nix +3 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,9 @@ in nameValuePair "wyoming-faster-whisper-${server}" { inherit (options) enable; description = "Wyoming faster-whisper server instance ${server}"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading nixos/modules/services/home-automation/wyoming/openwakeword.nix +3 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,9 @@ in config = mkIf cfg.enable { systemd.services."wyoming-openwakeword" = { description = "Wyoming openWakeWord server"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading nixos/modules/services/home-automation/wyoming/piper.nix +3 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,9 @@ in nameValuePair "wyoming-piper-${server}" { inherit (options) enable; description = "Wyoming Piper server instance ${server}"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading Loading
nixos/modules/services/home-automation/wyoming/faster-whisper.nix +3 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,9 @@ in nameValuePair "wyoming-faster-whisper-${server}" { inherit (options) enable; description = "Wyoming faster-whisper server instance ${server}"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading
nixos/modules/services/home-automation/wyoming/openwakeword.nix +3 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,9 @@ in config = mkIf cfg.enable { systemd.services."wyoming-openwakeword" = { description = "Wyoming openWakeWord server"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading
nixos/modules/services/home-automation/wyoming/piper.nix +3 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,9 @@ in nameValuePair "wyoming-piper-${server}" { inherit (options) enable; description = "Wyoming Piper server instance ${server}"; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; Loading