install gpg

This commit is contained in:
2023-09-15 12:41:37 +03:00
parent 211f580539
commit c5191372e8
3 changed files with 119 additions and 2 deletions

View File

@@ -100,11 +100,20 @@
};
};
programs.gpg = {
enable = true;
mutableKeys = false;
mutableTrust = false;
publicKeys = [{
source = ./motiejus-gpg.txt;
trust = "ultimate";
}];
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
};
};
}