alsa state for persistent sound settings
This commit is contained in:
parent
a3beffedd1
commit
f0df414480
|
@ -130,6 +130,9 @@ in
|
||||||
|
|
||||||
# clamav database
|
# clamav database
|
||||||
{ directory = "/var/lib/clamav"; user = "clamav"; group = "clamav"; mode = "u=rwx,g=rx,o=rx"; }
|
{ directory = "/var/lib/clamav"; user = "clamav"; group = "clamav"; mode = "u=rwx,g=rx,o=rx"; }
|
||||||
|
|
||||||
|
# alsa state for persistent sound settings
|
||||||
|
{ directory = "/var/lib/alsa"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
Loading…
Reference in a new issue