System Gen78 @ 2025-06-25-01:23:39 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-06-25 01:23:39 +02:00
parent 952839b93f
commit 14bf5380aa

View File

@ -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;
};