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 247f605a9503a909d7e905155f7e209e317d984d
parent e62c08899ccaa11bd7dc2a48bf0598d2aad4f2b5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 16:47:27 +0200

meow

Diffstat:
Mnixos/worker-1/configuration.nix | 10++++------
1 file changed, 4 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"; @@ -505,9 +505,7 @@ exten => 1,1,Answer() same => n,Verbose(0, Routing to 6001) - ;same => n,Ringing() same => n,Dial(PJSIP/6001) - ;same => n,Hangup() [unauthorized] '';