about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/home-automation/wyoming/faster-whisper.nix')
-rw-r--r--nixos/modules/services/home-automation/wyoming/faster-whisper.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
index d0fca6a41c7b6..45664103665f7 100644
--- a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
+++ b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
@@ -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"
         ];