fix(backup): removed links, now actual files

This commit is contained in:
devaine 2025-12-25 15:08:43 -06:00
commit e54fda1692
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
93 changed files with 582486 additions and 23 deletions

View file

@ -0,0 +1,28 @@
monitor.alsa.rules = [
{
matches = [
{
# This matches the value of the 'device.name' property of the device.
device.name = "~alsa_card.pci-*"
}
]
actions = {
update-props = {
# Apply all the desired device settings here.
api.alsa.use-acp = false
api.alsa.use-ucm = false
}
}
}
{
matches = [
{
node.name = "~alsa_input.*"
}
]
actions = {
update-props = {
}
}
}
]