mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
@@ -262,8 +262,8 @@
|
|||||||
|
|
||||||
"rtp.conf" = ''
|
"rtp.conf" = ''
|
||||||
[general]
|
[general]
|
||||||
rtpstart=${rtpPortFrom}
|
rtpstart=${builtins.toString rtpPortFrom}
|
||||||
rtpend=${rtpPortTo}
|
rtpend=${builtins.toString rtpPortTo}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"pjsip.conf" =
|
"pjsip.conf" =
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
self,
|
self,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@@ -12,7 +11,7 @@ in
|
|||||||
phonebox = module;
|
phonebox = module;
|
||||||
};
|
};
|
||||||
perSystem =
|
perSystem =
|
||||||
{ hostPkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
clan.nixosTests.service-phonebox = {
|
clan.nixosTests.service-phonebox = {
|
||||||
imports = [ ./tests/vm/default.nix ];
|
imports = [ ./tests/vm/default.nix ];
|
||||||
|
|||||||
Reference in New Issue
Block a user