Enable gpg

This commit is contained in:
Invariantspace 2024-12-17 21:41:59 -08:00
parent d1c571ffe8
commit cdd034fb96
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 29 additions and 28 deletions

View file

@ -23,6 +23,7 @@ in {
qbittorrent
razergenie
ryujinx
signal-desktop
telegram-desktop
thunderbird
via
@ -30,10 +31,10 @@ in {
wineWowPackages.stagingFull
];
programs = {
# git.signing = {
# key = "0x6A815D4CB1637AAC";
# signByDefault = true;
# };
git.signing = {
key = "0xCE969670FB4B4A56";
signByDefault = true;
};
gpg = {
enable = true;
homedir = "${xdgCfg.dataHome}/gnupg";