chore: updated age keyfile to be properly sourced at the correct location
All checks were successful
ci / nix-fmt (push) Successful in 5m28s

This commit is contained in:
Ceferino Patino 2026-04-29 21:09:52 -05:00
commit c9dcf8729c
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -51,7 +51,7 @@ in {
};
age.keyFile = let
crypt = "/persist/${c4patino.home}/dotfiles/secrets/crypt";
crypt = "/persist${c4patino.home}/dotfiles/secrets/crypt";
in
mkDefault "${crypt}/age/${hostName}/keys.txt";
};