nixos-configuration/pkgs/modules.nix
Jakob Lechner 2e65116d2d
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-22 14:55:24 +00:00

9 lines
136 B
Nix

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