too lazy to think of a message, so enjoy this pointless text. Good luck future me...

This commit is contained in:
Chris Kruining 2025-10-16 12:03:44 +00:00
parent c5264c8939
commit 71166b34f1

View file

@ -42,7 +42,7 @@ in
clan.core.vars.generators.zitadel = {
share = false;
files.masterKey = { deploy = true; secret = true; };
files.masterKey = { deploy = true; secret = true; owner = "zitadel"; group = "zitadel"; mode = "0400" };
files.initialAdminPassword = { deploy = false; secret = false; };
runtimeInputs = with pkgs; [ pwgen ];