nixos-configuration/pkgs/modules.nix
Jakob Lechner 0b5f6200d8
Fix asterisk-sounds-de
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.
2023-11-08 23:49:53 +00:00

9 lines
136 B
Nix

{ pkgs, ... }:
{
imports = [
./asterisk-sounds-de/module.nix
./myintercom-doorbell/module.nix
./pretix/module.nix
];
}