diff --git a/nixos/modules/services/home-automation/wyoming/piper.nix b/nixos/modules/services/home-automation/wyoming/piper.nix index 6c7441399ecd..247377eaeb31 100644 --- a/nixos/modules/services/home-automation/wyoming/piper.nix +++ b/nixos/modules/services/home-automation/wyoming/piper.nix @@ -178,7 +178,7 @@ in "--noise-w-scale" options.noiseWidth ] - ++ lib.optionals options.zerconf.enable [ + ++ lib.optionals options.zeroconf.enable [ "--zeroconf" options.zeroconf.name ]