make gpg mutable
This commit is contained in:
parent
2fb67e5d1a
commit
af2357dbba
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
mutableKeys = false;
|
||||
mutableTrust = false;
|
||||
publicKeys = [
|
||||
{
|
||||
source = ../../keys/lotte_chir.rs.pgp;
|
||||
|
|
Loading…
Reference in a new issue