commit b3a963d7a11d08dae3ff81810748cc194b8a3ca3 parent d2857de408e0de2ec132811e868edbd21ad04220 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Aug 2023 16:55:38 +0200 meow Diffstat:
| M | nixos/worker-1/configuration.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -473,10 +473,10 @@ ''; # FIXME: Remove at some point. This is a test tbh - sops.secrets."asterisk/sip_conf" = { - mode = "0777"; - path = "/etc/asterisk/sip.conf"; - }; + # sops.secrets."asterisk/sip_conf" = { + # mode = "0777"; + # path = "/etc/asterisk/sip.conf"; + # }; sops.secrets."asterisk/pjsip_conf" = { mode = "0777"; path = "/etc/asterisk/pjsip.conf";