zitadel functioning on h001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-18 21:06:17 -05:00
parent 8bf46bde79
commit 4978a98cc7
6 changed files with 60 additions and 119 deletions

View file

@ -118,6 +118,11 @@ in
file = ./secrets/us_chi_wg.age;
owner = users_cfg.primary;
};
zitadel_master_key = {
file = ./secrets/zitadel_master_key.age;
owner = users_cfg.primary;
mode = "444"; # World readable!
};
};
};
};