l pass: create pass symlink with tmpfilesd

This commit is contained in:
lassulus 2023-09-03 12:09:34 +02:00
parent 89328a48aa
commit c1b812509e
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@
];
programs.gnupg.agent.enable = true;
systemd.tmpfiles.rules = [
"L+ /home/lass/.password-store - - - - sync/pwstore"
];
}