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" = ''
[general]
rtpstart=${rtpPortFrom}
rtpend=${rtpPortTo}
rtpstart=${builtins.toString rtpPortFrom}
rtpend=${builtins.toString rtpPortTo}
'';
"pjsip.conf" =

View File

@@ -1,7 +1,6 @@
{
inputs,
self,
lib,
...
}:
let
@@ -12,7 +11,7 @@ in
phonebox = module;
};
perSystem =
{ hostPkgs, ... }:
{ ... }:
{
clan.nixosTests.service-phonebox = {
imports = [ ./tests/vm/default.nix ];