8 lines
149 B
Nix
8 lines
149 B
Nix
{...}: {
|
|
services.gpg-agent = {
|
|
enable = true;
|
|
enableSshSupport = true;
|
|
sshKeys = ["D2A3680589B81F2B07DA6CFE21DF848F1AF4E9D3"];
|
|
};
|
|
}
|