diff options
Diffstat (limited to 'machines/mbp-work.nix')
| -rw-r--r-- | machines/mbp-work.nix | 15 |
1 files changed, 1 insertions, 14 deletions
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"; }; |
