dregil: Enable gpg-agent with ssh via home-manager
This commit is contained in:
parent
df600c917c
commit
1e81cd287c
1 changed files with 6 additions and 0 deletions
|
|
@ -63,6 +63,12 @@ in
|
|||
|
||||
# do not show home-manager notifications
|
||||
news.display = "silent";
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue