summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-09 01:37:22 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-09 01:37:22 +0200
commitf0df4144800357540ecba13ddd47a600e35864e4 (patch)
treed0616c1252eedc1739971c08c45f38186448b15f /common.nix
parenta3beffedd1baab9b701e419523aead818b684fd4 (diff)
alsa state for persistent sound settings
Diffstat (limited to 'common.nix')
-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"