mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/apple-network/tests/vm/vars/per-machine/peer3/yggdrasil/privateKey/secret
This commit is contained in:
2026-07-23 16:54:10 +07:00
parent 0946de0e46
commit 7750aa7bd4
34 changed files with 456 additions and 0 deletions
@@ -0,0 +1,19 @@
{ inputs, self, ... }:
let
module = ./default.nix;
in
{
clan.modules = {
apple-network = module;
};
perSystem =
{ ... }:
{
clan.nixosTests.service-apple-network = {
imports = [ ./tests/vm/default.nix ];
_module.args = { inherit self inputs; };
clan.modules."@clan/apple-network" = module;
};
};
}