Change gopass password store location to .local
Changed to move it off Nextcloud. The synchronization should happen, if anything, through git as a backend as intended. Since the files' modification dates do not reflect the correct change dates, synching over Nextcloud only ever generates conflicts. Using the internal synch engine is preferred instead.
This commit is contained in:
parent
d97a76dade
commit
e0eca5f3e6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ root:
|
|||
noconfirm: true
|
||||
nopager: false
|
||||
notifications: true
|
||||
path: gpgcli-gitcli-fs+file:///home/marty/Nextcloud/Apps/passwords
|
||||
path: gpgcli-gitcli-fs+file://~/.local/share/gopass/passwords
|
||||
recipient_hash:
|
||||
.gpg-id: 3078313341433036443341444345413339410aa69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26
|
||||
safecontent: false
|
||||
|
|
Loading…
Reference in a new issue