Remove file bindmount support from zfs module
This commit is contained in:
parent
f0c8da98eb
commit
ee95a80263
2 changed files with 2 additions and 16 deletions
|
@ -18,10 +18,7 @@
|
|||
|
||||
config = lib.mkIf config.chvp.gnupg.enable {
|
||||
chvp.zfs.homeLinks = [
|
||||
{ path = ".gnupg/crls.d"; type = "data"; }
|
||||
{ path = ".gnupg/private-keys-v1.d"; type = "data"; }
|
||||
{ path = ".gnupg/pubring.kbx"; type = "data"; file = true; }
|
||||
{ path = ".gnupg/trustdb.gpg"; type = "data"; file = true; }
|
||||
{ path = ".gnupg"; type = "data"; }
|
||||
];
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue