feat: do not import gpg public keys automatically

This commit is contained in:
Ryan Yin
2024-01-27 17:09:10 +08:00
parent 27f1d54a79
commit a0e00c5453

View File

@@ -19,10 +19,10 @@
mutableKeys = true;
publicKeys = [
# https://www.gnupg.org/gph/en/manual/x334.html
{
source = "${mysecrets}/public/ryan4yin-gpg-keys.pub";
trust = 5;
} # ultimate trust, my own keys.
# {
# source = "${mysecrets}/public/ryan4yin-gpg-keys.pub";
# trust = 5;
# } # ultimate trust, my own keys.
];
# This configuration is based on the tutorial below, it allows for a robust setup