diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-06-19 19:53:19 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-06-19 19:53:19 -0700 |
commit | f3b590fe774de387c4fce13d432b89e4a3b55493 (patch) | |
tree | f58806493616a4f4f551995bb117b2d7345f9fc1 /hosts/common | |
parent | c19715cf48708f2e3fe710da703bfa331c7b0d63 (diff) | |
download | nix-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.nix | 2 |
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 []; }; } |