{ self, lib, ... }: let module = lib.modules.importApply ./default.nix { inherit self; }; in { clan.modules.customer-portal = module; perSystem = { ... }: { clan.nixosTests.customer-portal = { imports = [ ./tests/vm/default.nix ]; clan.modules."@amarth/customer-portal" = module; }; }; }