From 553600d88bd4c23412e4d8926d2af20ee84379a2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Jan 2026 18:38:59 -0800 Subject: don't use 1password ssh agent --- machines/mbp-work.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'machines') diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index a7b80c6..618f536 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -1,9 +1,4 @@ -{ - adminUser, - pkgs, - lib, - ... -}: +{ adminUser, pkgs, ... }: { imports = [ ../profiles/darwin.nix @@ -33,18 +28,10 @@ tfswitch vault ]; - programs.onepassword.sshKeys = lib.mkAfter [ - { - account = "roblox.1password.com"; - vault = "Private"; - } - ]; programs.ssh.matchBlocks."github.rbx.com" = { hostname = "github.rbx.com"; user = "git"; - forwardAgent = false; extraOptions = { - preferredAuthentications = "publickey"; controlMaster = "no"; controlPath = "none"; }; -- cgit v1.2.3