# Disable all monitor sources (e.g. output mirrors) so they don't appear as input devices monitor.alsa.rules = [ { matches = [ { node.name = "~.*" } ] actions = { update-props = { item.features.monitor = false } } } ]