diff options
| author | seth <[email protected]> | 2023-07-25 14:49:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 14:49:13 -0400 |
| commit | 99cb2a12c0bdaeb850656fe147435547afc1b861 (patch) | |
| tree | 84f87d8e8cb24304411e42c4e20e7fef3ebd8d0c /users | |
| parent | 8e783490a915453658fcb78083e0b9a8ef6bb35c (diff) | |
users/seth: enable ssh-agent on linux
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/programs/ssh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix index 055f51c..69a7b57 100644 --- a/users/seth/programs/ssh.nix +++ b/users/seth/programs/ssh.nix @@ -43,4 +43,6 @@ "p-body".user = "p-body"; }; }; + + services.ssh-agent.enable = pkgs.stdenv.isLinux; } |
