From 4f0b74f36452652a5ef9e31e18e74219f9a40316 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 25 Apr 2025 17:35:59 +0200 Subject: [PATCH] Fixes age config for vaultwarden --- hosts/dnsc-vps-sm/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index 6d7d15f..17cf157 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -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;