{ ... }: let module = ./default.nix; in { clan.modules.zitadel = module; perSystem = { ... }: { clan.nixosTests.zitadel = { imports = [ ./tests/vm/default.nix ]; clan.modules."@amarth/zitadel" = module; }; }; }