aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/asterisk.nix
blob: a7ac59ee7fcba553e022600232e23d5426755810 (plain)
1
2
3
4
5
6
7
{
  services.asterisk = {
    enable = true;
  };

  systemd.services.asterisk.wantedBy = lib.mkForce [];
}