nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit f619a59412c8bf65c4b8acd0c0deb64cff7e9888
parent b3a963d7a11d08dae3ff81810748cc194b8a3ca3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 16:57:58 +0200

meow

Diffstat:
Mnixos/worker-1/configuration.nix | 12++++++------
1 file changed, 6 insertions(+), 6 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"; @@ -489,8 +489,8 @@ exten => _00XXXX,1,Set(CALLERID(num)=2903) same => n,Verbose(0, Going to play hello) same => n,Playback(/var/lib/asterisk/sounds/en/hello-world) - same => n,Verbose(0, Going to dial ''${EXTEN:4}@eventphone) - same => n,Dial(PJSIP/''${EXTEN:4}@eventphone) + same => n,Verbose(0, Going to dial ''${EXTEN:2}@eventphone) + same => n,Dial(PJSIP/''${EXTEN:2}@eventphone) [internals] include => epvpn