diff options
-rw-r--r-- | home/pass/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/pass/default.nix b/home/pass/default.nix index c1994f8..73082e3 100644 --- a/home/pass/default.nix +++ b/home/pass/default.nix @@ -19,6 +19,10 @@ in home.sessionVariables = { PASSAGE_DIR = "${config.xdg.dataHome}/passage/store"; + # for now I have to default to rage, as the version of age is + # not recent enough to work with keys generated by + # age-plugin-yubikey + PASSAGE_AGE = "${pkgs.rage}/bin/rage"; }; home.packages = with pkgs; [ |