summary refs log tree commit diff
path: root/dot_config/private_gopass
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2025-01-19 19:38:58 +0400
committerAlen <alen@dotfiles.xyz>2025-01-19 19:38:58 +0400
commitea75177e23e2324ecc4f662fc43bb317dd041465 (patch)
tree94f4a62390f278c081df86805844019b8be1d682 /dot_config/private_gopass
parentafb00321fe9697ba21ed6476fb6669bd02914f0b (diff)
Switch to new gopass config path
Diffstat (limited to 'dot_config/private_gopass')
-rw-r--r--dot_config/private_gopass/private_config15
-rw-r--r--dot_config/private_gopass/private_config.yml10
2 files changed, 15 insertions, 10 deletions
diff --git a/dot_config/private_gopass/private_config b/dot_config/private_gopass/private_config
new file mode 100644
index 0000000..98035ef
--- /dev/null
+++ b/dot_config/private_gopass/private_config
@@ -0,0 +1,15 @@
+[core]
+	exportkeys = true
+	autoimport = true
+	parsing = true
+	notifications = true
+	nopager = false
+	cliptimeout = 45
+[age]
+	usekeychain = false
+[mounts]
+	path = /Users/alen/.local/share/gopass/stores/root
+[show]
+	safecontent = false
+[generate]
+	autoclip = false
diff --git a/dot_config/private_gopass/private_config.yml b/dot_config/private_gopass/private_config.yml
deleted file mode 100644
index 5d3b3c7..0000000
--- a/dot_config/private_gopass/private_config.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-autoclip: false
-autoimport: true
-cliptimeout: 45
-exportkeys: true
-nopager: false
-notifications: true
-parsing: true
-path: /Users/alen/.local/share/gopass/stores/root
-safecontent: false
-mounts: {}