dawarich: enable secretKeyBaseFile setting

This commit is contained in:
Joshua Bell 2026-02-08 22:52:21 -06:00
parent 41ad65a8a4
commit 6a07b27571

View file

@ -212,10 +212,8 @@ in
createLocally = true;
};
# Secret key base - create this file manually:
# Generate with: openssl rand -hex 64 > /drives/wd10/dawarich/secrets/secret_key_base
# Then update bind mount above to include it
# secretKeyBaseFile = "/var/secrets/secret_key_base";
# Secret key base
secretKeyBaseFile = "/var/secrets/secret_key_base";
# Enable automatic migrations
automaticMigrations = true;