summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-08 13:53:03 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-08 13:53:03 +0200
commit17d356ded86b961348e938860758c06a3ea1c52c (patch)
tree03a40507a5de26b040ba406606a47f7819780fda /common.nix
parentc0d9b2be53ed5be6f993d7183e04f409a31eaa18 (diff)
kill alsa dir, leads to error
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index bd60c27..35a2b44 100644
--- a/common.nix
+++ b/common.nix
@@ -126,9 +126,6 @@ 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"; }