From 14bf5380aab964a1aae2cd890bf1a7d5feba27f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:23:39 +0200 Subject: [PATCH] System Gen78 @ 2025-06-25-01:23:39 by jonas@monolith --- modules/hardware/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };