Fixes age config for vaultwarden
This commit is contained in:
parent
4f0b74f364
commit
fbdd6d86ac
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
age = {
|
age = {
|
||||||
identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ]
|
identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
||||||
secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue