summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-08 13:57:32 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-08 13:57:32 +0200
commit9a5c4c4ccb4dfa5a33d3cfe5d07b7243ed285221 (patch)
tree9a9427b9d22382d43d4c3424372fcb3cb344b916
parent17d356ded86b961348e938860758c06a3ea1c52c (diff)
Revert "kill alsa dir, leads to error"
This reverts commit 17d356ded86b961348e938860758c06a3ea1c52c. issue was missing state file
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 35a2b44..bd60c27 100644
--- a/common.nix
+++ b/common.nix
@@ -126,6 +126,9 @@ in
# systemd timers
{ directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; 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"; }
+
# nix tmp dir for rebuilds, don't fill our tmpfs root with that
{ directory = "/var/cache/nix"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }