8
home/shahab/common/optional/ssh.nix
Normal file
8
home/shahab/common/optional/ssh.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: let
|
||||
onePassPath = "~/.1password/agent.sock";
|
||||
in {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = "IdentityAgent ${onePassPath}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user