nixos-config/users/simon/modules/gpg.nix
Simon Bruder 40986ce2c6
home: Add gpg config
Also use the opportunity to switch to a new gpg key.
2020-12-24 23:08:05 +01:00

9 lines
135 B
Nix

{
programs.gpg = {
enable = true;
settings = {
default-key = "47E7559E037A35652DBBF8AA8D3C82F9F309F8EC";
};
};
}