aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/asterisk.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/common/optional/services/asterisk.nix b/hosts/common/optional/services/asterisk.nix
new file mode 100644
index 0000000..a7ac59e
--- /dev/null
+++ b/hosts/common/optional/services/asterisk.nix
@@ -0,0 +1,7 @@
+{
+ services.asterisk = {
+ enable = true;
+ };
+
+ systemd.services.asterisk.wantedBy = lib.mkForce [];
+}