Revert "kill alsa dir, leads to error"
This reverts commit 17d356ded8
.
issue was missing state file
This commit is contained in:
parent
17d356ded8
commit
9a5c4c4ccb
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ in
|
||||||
# systemd timers
|
# systemd timers
|
||||||
{ directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
|
{ 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
|
# 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"; }
|
{ directory = "/var/cache/nix"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue