mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
feat: do not import gpg public keys automatically
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
mutableKeys = true;
|
mutableKeys = true;
|
||||||
publicKeys = [
|
publicKeys = [
|
||||||
# https://www.gnupg.org/gph/en/manual/x334.html
|
# https://www.gnupg.org/gph/en/manual/x334.html
|
||||||
{
|
# {
|
||||||
source = "${mysecrets}/public/ryan4yin-gpg-keys.pub";
|
# source = "${mysecrets}/public/ryan4yin-gpg-keys.pub";
|
||||||
trust = 5;
|
# trust = 5;
|
||||||
} # ultimate trust, my own keys.
|
# } # ultimate trust, my own keys.
|
||||||
];
|
];
|
||||||
|
|
||||||
# This configuration is based on the tutorial below, it allows for a robust setup
|
# This configuration is based on the tutorial below, it allows for a robust setup
|
||||||
|
|||||||
Reference in New Issue
Block a user