There was a race condition that lead to incorrect user permissions on the sounds directory. The solution to use the preStart script is better and fixes this issue as well.
9 lines
136 B
Nix
9 lines
136 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./asterisk-sounds-de/module.nix
|
|
./myintercom-doorbell/module.nix
|
|
./pretix/module.nix
|
|
];
|
|
}
|