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

lastFile:vars/per-machine/rigel/yggdrasil/yggdrasil-subnet/value
This commit is contained in:
2025-10-30 12:04:08 +07:00
parent 891504f173
commit 94b8143485
36 changed files with 873 additions and 23 deletions

View File

@@ -0,0 +1,18 @@
{ lib, ... }:
let
module = lib.modules.importApply ./default.nix { };
in
{
clan.modules = {
phonebox = module;
};
perSystem =
{ ... }:
{
clan.nixosTests.phonebox = {
imports = [ ./tests/vm/default.nix ];
clan.modules."@clan/phonebox" = module;
};
};
}