start zitadel module

This commit is contained in:
Chris Kruining 2025-09-17 19:31:39 +02:00
parent 20bb6db030
commit ca0926da82
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
3 changed files with 40 additions and 2 deletions

View file

@ -42,6 +42,15 @@
roles.controller.machines."m1" = { };
roles.peer.tags.all = { };
};
zitadel = {
module = {
name = "zitadel";
input = "amarth";
};
roles.controller.machines."m1" = {};
};
};
# Additional NixOS configuration can be added here.