1 2 3 4 5 6 7 8
{ lib, ... }: { services.asterisk = { enable = true; }; systemd.services.asterisk.wantedBy = lib.mkForce []; }