chore: updated age keyfile to be properly sourced at the correct location
All checks were successful
ci / nix-fmt (push) Successful in 5m28s
All checks were successful
ci / nix-fmt (push) Successful in 5m28s
This commit is contained in:
parent
f6bd118dfc
commit
c9dcf8729c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue