diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/profiles/security.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/profiles/security.nix b/home/profiles/security.nix new file mode 100644 index 0000000..fd82167 --- /dev/null +++ b/home/profiles/security.nix @@ -0,0 +1,12 @@ +{ pkgs, config, ... }: +{ + home.packages = with pkgs; [ + age-plugin-yubikey + passage + ]; + + home.sessionVariables = { + "PASSAGE_DIR" = "${config.xdg.dataHome}/passage"; + "PASSAGE_IDENTITIES_FILE" = "${config.xdg.dataHome}/passage/identities"; + }; +} |
