From 9bac61ee0a14f29b33c1b24490433b0f029f2514 Mon Sep 17 00:00:00 2001 From: reo101 Date: Mon, 8 Jan 2024 00:53:44 +0200 Subject: [PATCH] fix(cheetah): set `pass`' `${PASSWORD_STORE_DIR}` --- machines/nix-on-droid/aarch64-linux/cheetah/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/nix-on-droid/aarch64-linux/cheetah/home.nix b/machines/nix-on-droid/aarch64-linux/cheetah/home.nix index 707103c..65fca66 100644 --- a/machines/nix-on-droid/aarch64-linux/cheetah/home.nix +++ b/machines/nix-on-droid/aarch64-linux/cheetah/home.nix @@ -134,4 +134,6 @@ enableSshSupport = true; sshKeys = ["CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7"]; }; + + home.sessionVariables."PASSWORD_STORE_DIR" = "${config.xdg.dataHome}/password-store"; }