update correct path

This commit is contained in:
Osman Faruk Bayram 2025-10-31 14:05:30 +03:00
parent c755b31329
commit 4b9c8b3e80

View file

@ -11,7 +11,7 @@
backupDir = "/var/local/vaultwarden/backup";
# in order to avoid having ADMIN_TOKEN in the nix store it can be also set with the help of an environment file
# be aware that this file must be created by hand (or via secrets management like sops)
environmentFile = config.age.secrets.vaultwarden-env.file;
environmentFile = config.age.secrets.vaultwarden.path;
config = {
# Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
DOMAIN = "https://bitwarden.osbm.dev";