feat(1password): remove 1password ssh agent
This commit is contained in:
parent
a049492c98
commit
8e5607e4f2
2 changed files with 0 additions and 5 deletions
|
|
@ -11,9 +11,6 @@
|
|||
package = pkgs.gitAndTools.gitFull;
|
||||
userName = admin.gitName;
|
||||
userEmail = admin.gitEmail;
|
||||
extraConfig = {
|
||||
gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign";
|
||||
};
|
||||
ignores = [ ".direnv" "result" ];
|
||||
lfs.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ in
|
|||
|
||||
{
|
||||
config = mkIf (host.type != "phone") {
|
||||
environment.sessionVariables.SSH_AUTH_SOCK = "~/.1password/agent.sock";
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue