mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-10-31 15:08:56 +07:00
parent 8986aeda6d
commit de8e21a664
2 changed files with 3 additions and 4 deletions

View File

@@ -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" =

View File

@@ -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 ];