disable gpg-agent (broken)

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-06 14:47:29 +01:00
parent 5452c4d3a2
commit d41a4844de
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -49,7 +49,7 @@
auto-key-locate = [ "local" "dane" "cert" "wkd" ];
};
};
services.gpg-agent = {
enable = true;
};
#services.gpg-agent = {
#enable = true;
#};
}