Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 27, 2024
1 parent 5bca77c commit 2131c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home/all/ssh.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{ pkgs, lib, ... }:
{
programs.ssh = {
enable = true;
Expand All @@ -10,5 +11,5 @@
};
};

services.ssh-agent.enable = true;
services.ssh-agent = lib.mkIf pkgs.stdenv.isDarwin { enable = true; };
}

0 comments on commit 2131c27

Please sign in to comment.