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