Add gpg fingerprint to gpg config

This commit is contained in:
Lillian Violet 2024-02-07 14:39:27 +01:00
parent e105ac45a8
commit c13c687215

View file

@ -137,6 +137,17 @@
];
};
programs.gpg.settings = {
default-key = "0d43 5407 034c 2ad9 2d42 799d 280e 061d ff60 0f0d";
default-recipient-self = true;
auto-key-locate = "local,wkd,keyserver";
keyserver = "hkps://keys.openpgp.org";
auto-key-retrieve = true;
auto-key-import = true;
keyserver-options = "honor-keyserver-url";
no-autostart = true;
};
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";
}