🔑 plato: enable gnupg agent
This commit is contained in:
parent
a7e068b3a7
commit
b2773346ad
@ -78,6 +78,11 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
promptInit = "";
|
promptInit = "";
|
||||||
};
|
};
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user