zitadel pinned to latest separate package

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-17 03:39:21 +00:00
parent cd90675147
commit 220bf7bd8a
6 changed files with 227 additions and 186 deletions

View file

@ -1,10 +1,12 @@
{
config,
lib,
pkgs,
...
}:
{
environment.variables = {
VAULT_ADDR = "http://localhost:8200";
};
services.nginx = {
virtualHosts = {
"sec.joshuabell.xyz" = {