wireguard/test: move test to service directory

This commit is contained in:
DavHau
2025-10-14 14:42:54 +07:00
parent 2ca4abbfef
commit 6b7530f27d
50 changed files with 110 additions and 116 deletions

View File

@@ -4,4 +4,12 @@ let
in
{
clan.modules.wireguard = module;
perSystem =
{ ... }:
{
clan.nixosTests.service-wireguard = {
imports = [ ./tests/vm/default.nix ];
clan.modules."@clan/wireguard" = module;
};
};
}