Fixes age config for vaultwarden

This commit is contained in:
Dennis Schoepf 2025-04-25 17:35:59 +02:00
parent 7571c0f67b
commit 4f0b74f364

View file

@ -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;