initial commit
This commit is contained in:
10
home-manager/configs/ssh.nix
Normal file
10
home-manager/configs/ssh.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
onePassPath = "~/.1password/agent.sock";
|
||||
in {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = "IdentityAgent ${onePassPath}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user