Fixes age config for vaultwarden
This commit is contained in:
parent
f13e5ebc39
commit
7571c0f67b
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
# Vaultwarden
|
# Vaultwarden
|
||||||
services.vaultwarden = {
|
services.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.age.secrets.vaultwardenEnv.age.path;
|
environmentFile = config.age.secrets."vaultwarden/env".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Caddy
|
# Caddy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue