mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
fix
This commit is contained in:
parent
5bca77cd0e
commit
2131c27642
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
@ -10,5 +11,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
services.ssh-agent = lib.mkIf pkgs.stdenv.isDarwin { enable = true; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue