clanServices/wireguard: fix deprecated test name

- fix test name to new format
- regenerate vars via update-vars
This commit is contained in:
pinpox
2025-10-19 15:09:42 +02:00
parent ac1cd5114a
commit 62d3a18783
6 changed files with 6 additions and 1 deletions

View File

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