This commit is contained in:
Chris Kruining 2025-09-18 10:37:06 +02:00
parent 781cc647ef
commit 4168001713
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 123 additions and 195 deletions

View file

@ -6,10 +6,10 @@ in
clan.modules.zitadel = module;
perSystem = { ... }: {
# clan.nixosTests.zitadel = {
# imports = [ ./tests/vm/default.nix ];
clan.nixosTests.zitadel = {
imports = [ ./tests/vm/default.nix ];
# clan.modules."@amarth/zitadel" = module;
# };
clan.modules."@amarth/zitadel" = module;
};
};
}