Use bindmounts instead of symlinks for impermanence
This commit is contained in:
parent
ff9cec8df1
commit
88ed3ca5fd
2 changed files with 94 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue