home,darwin: fix ssh-agent
This commit is contained in:
parent
b7c4bb207f
commit
7e43f11693
2 changed files with 2 additions and 1 deletions
|
@ -80,5 +80,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
]);
|
||||
};
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
#programs.boxxy = {
|
||||
# enable = true;
|
||||
# #rules = {
|
||||
|
|
Loading…
Reference in a new issue