aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-03-24 09:45:39 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-03-24 09:45:39 -0700
commit3ef450d5ff56bb228df5586e4bc487c7b4c8fde7 (patch)
treec31a4126babf21c266cca69b5208431bea13d436
parent4183bbd3451937c6c8ca02ca2664a3e91f773922 (diff)
downloadnix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar.gz
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar.bz2
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar.lz
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar.xz
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.tar.zst
nix-3ef450d5ff56bb228df5586e4bc487c7b4c8fde7.zip
Address home.stateVersion warningsHEADmaster
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/secrets.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/nipsy/common/optional/secrets.nix b/home/nipsy/common/optional/secrets.nix
index bba7752..9a92ad0 100644
--- a/home/nipsy/common/optional/secrets.nix
+++ b/home/nipsy/common/optional/secrets.nix
@@ -5,9 +5,7 @@
package = pkgs.pass.withExtensions (exts: [
exts.pass-otp
]);
- settings = {
- PASSWORD_STORE_DIR = "$XDG_DATA_HOME/.password-store";
- };
+ settings = { };
};
services.gpg-agent = {