{ lib, ... }: { services.asterisk = { enable = true; }; systemd.services.asterisk.wantedBy = lib.mkForce []; }