summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 401ed75..aa08665 100644
--- a/common.nix
+++ b/common.nix
@@ -130,6 +130,9 @@ in
# clamav database
{ 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 = [
"/etc/machine-id"