Disable throw-keyids because of recipients issues
This commit is contained in:
parent
19f721be38
commit
4cadbc1f05
@ -74,7 +74,12 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
gpg.enable = true;
|
||||
gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
throw-keyids = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
Loading…
Reference in New Issue
Block a user