update: enable gnupg

This commit is contained in:
Veneficium 2024-07-28 11:02:56 +02:00
parent d341fc616f
commit 56f080d265

View file

@ -8,6 +8,10 @@
];
#todo gnupg
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
settings = {
programs.docker.enable = lib.mkForce true;