diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 4efca20..3b7802f 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -48,7 +48,7 @@ in { requires = ["pipewire.service"]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.noisetorch}/bin/noisetorch -l -t ${toString cfg.noisetorch-threshold}"; + ExecStart = "${pkgs.noisetorch}/bin/noisetorch -i -t ${toString cfg.noisetorch-threshold}"; ExecStop = "${pkgs.noisetorch}/bin/noisetorch -u"; RemainAfterExit = true; };