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