machine/thinkman: fix audio

This commit is contained in:
Felix Buehler 2024-08-11 14:34:37 +02:00
parent fc6d07342e
commit c6ab9723ed
2 changed files with 9 additions and 1 deletions

View file

@ -96,7 +96,10 @@
"secrets\\.yaml"
"\\.sops\\.yaml"
];
settings.ignored-words = [ "flate" ];
settings.ignored-words = [
"flate"
"hda"
];
};
yamllint = {
enable = true;