1password update
This commit is contained in:
11
modules/home-manager/ssh/default.nix
Normal file
11
modules/home-manager/ssh/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
Host *
|
||||
IdentityAgent ~/.1password/agent.sock
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user