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

View file

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