From de8e21a6648e2adc64c8ff85d63d1af967152fb6 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 31 Oct 2025 15:08:56 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/phonebox/default.nix --- modules/clan/phonebox/default.nix | 4 ++-- modules/clan/phonebox/flake-module.nix | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index 9243f97..a9f1623 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -262,8 +262,8 @@ "rtp.conf" = '' [general] - rtpstart=${rtpPortFrom} - rtpend=${rtpPortTo} + rtpstart=${builtins.toString rtpPortFrom} + rtpend=${builtins.toString rtpPortTo} ''; "pjsip.conf" = diff --git a/modules/clan/phonebox/flake-module.nix b/modules/clan/phonebox/flake-module.nix index bfc0645..0b88413 100644 --- a/modules/clan/phonebox/flake-module.nix +++ b/modules/clan/phonebox/flake-module.nix @@ -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 ];