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