clanServices: Move mycelium test to appropriate location

Move the mycelium clanService test to the mycelium clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
This commit is contained in:
a-kenji
2025-06-09 12:46:32 +02:00
parent 8f1a80c778
commit 147cb81ba2
12 changed files with 114 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ in
deltachat = import ./deltachat nixosTestArgs;
ergochat = import ./ergochat nixosTestArgs;
heisenbridge = import ./heisenbridge nixosTestArgs;
mycelium = import ./mycelium nixosTestArgs;
}
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "aarch64-linux") {
# for some reason this hangs in an odd place in CI, but it works on my machine ...