infrastructure/modules/default.nix
kat witch 099c17528c
SIP config using asterisk.
Tomorrow I'll move to a proper FreeSWITCH setup but for now this works.
2021-02-24 04:14:14 +00:00

4 lines
82 B
Nix

{ ... }:
let sources = import ../nix/sources.nix;
in { imports = [ ./deploy ]; }