aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-06-19 19:53:19 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-06-19 19:53:19 -0700
commitf3b590fe774de387c4fce13d432b89e4a3b55493 (patch)
treef58806493616a4f4f551995bb117b2d7345f9fc1 /hosts/common
parentc19715cf48708f2e3fe710da703bfa331c7b0d63 (diff)
downloadnix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar.gz
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar.bz2
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar.lz
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar.xz
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.tar.zst
nix-f3b590fe774de387c4fce13d432b89e4a3b55493.zip
Enable asterisk by default
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/services/asterisk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/services/asterisk.nix b/hosts/common/optional/services/asterisk.nix
index 5032cf5..2c350c8 100644
--- a/hosts/common/optional/services/asterisk.nix
+++ b/hosts/common/optional/services/asterisk.nix
@@ -101,6 +101,6 @@
config.sops.secrets."asterisk/rtp.conf".path
];
};
- wantedBy = lib.mkForce [];
+ #wantedBy = lib.mkForce [];
};
}