personal-cli: Add GPG infrastructure

This commit is contained in:
Quentin Boyer 2025-08-16 11:30:14 +02:00
parent e6d81a375b
commit 6356722f6f

View file

@ -23,6 +23,15 @@ in
gh
];
programs.gpg = {
enable = true;
};
services.gpg-agent = {
enable = true;
enableFishIntegration = true;
};
services.syncthing.enable = true;
programs.ssh.enable = true;