diff options
Diffstat (limited to 'home/profiles/security.nix')
| -rw-r--r-- | home/profiles/security.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home/profiles/security.nix b/home/profiles/security.nix deleted file mode 100644 index fd82167..0000000 --- a/home/profiles/security.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ 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"; - }; -} |
