Use bindmounts instead of symlinks for impermanence

This commit is contained in:
Charlotte Van Petegem 2021-06-29 15:47:13 +02:00
parent ff9cec8df1
commit 88ed3ca5fd
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 94 additions and 18 deletions

View file

@ -20,8 +20,8 @@
chvp.zfs.homeLinks = [
{ path = ".gnupg/crls.d"; type = "data"; }
{ path = ".gnupg/private-keys-v1.d"; type = "data"; }
{ path = ".gnupg/pubring.kbx"; type = "data"; }
{ path = ".gnupg/trustdb.gpg"; type = "data"; }
{ path = ".gnupg/pubring.kbx"; type = "data"; file = true; }
{ path = ".gnupg/trustdb.gpg"; type = "data"; file = true; }
];
programs.gnupg.agent = {
enable = true;