This commit is contained in:
Henri Dohmen 2025-10-09 15:12:25 +02:00
parent 5758556ce9
commit 42099d49b4
Signed by: hd
GPG key ID: AB79213B044674AE
8 changed files with 212 additions and 40 deletions

View file

@ -19,6 +19,16 @@ in
];
programs.gpg = {
enable = true;
publicKeys = [
{
source = ../pgp/id-priv.pgp;
trust = 5;
}
{
source = ../pgp/id-uni.pgp;
trust = 5;
}
];
};
services.gpg-agent = {
enable = true;