Fix configuration deprecation
This commit is contained in:
parent
a3373f8474
commit
de1bfdcbe6
2 changed files with 6 additions and 2 deletions
|
|
@ -3,9 +3,13 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
enableDefaultConfig = false;
|
||||
|
||||
matchBlocks = {
|
||||
|
||||
"*" = {
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
|
||||
"github.com" = {
|
||||
hostname = "github.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue