mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
ssh agent
This commit is contained in:
parent
74d7aba11e
commit
8afaf87ef5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
@ -10,5 +9,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue