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

22
README.md Normal file
View file

@ -0,0 +1,22 @@
## Installing to a new machine
1. add the config
2. boot to installer iso on target host
3. gather the hardware information
4. create disk configuration
5. install system
m1
root
flatware-theorize-sleet
names
- foundry
- anvil
- cauldron
- bellows
- hammer
- strike
- temper
- quench

View file

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

View file

@ -1,6 +1,13 @@
{ {
inputs.clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; inputs = {
inputs.nixpkgs.follows = "clan-core/nixpkgs"; clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
nixpkgs.follows = "clan-core/nixpkgs";
amarth = {
url = "https://git.amarth.cloud/amarth/services";
};
};
outputs = outputs =
{ {