use vaultwarden secret
This commit is contained in:
parent
6f96405869
commit
26227941fa
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
backupDir = "/var/local/vaultwarden/backup";
|
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
|
# 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)
|
# be aware that this file must be created by hand (or via secrets management like sops)
|
||||||
environmentFile = "/var/lib/vaultwarden/vaultwarden.env";
|
environmentFile = config.age.secrets.vaultwarden-env.file;
|
||||||
config = {
|
config = {
|
||||||
# Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
|
# Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
|
||||||
DOMAIN = "https://bitwarden.osbm.dev";
|
DOMAIN = "https://bitwarden.osbm.dev";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue