From 4f29ea3ac64639791521ea879b64c3ddf3bf5c21 Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 19 Aug 2025 22:20:34 -0700 Subject: [PATCH] darwin fixes --- home-manager/commands/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/commands/git.nix b/home-manager/commands/git.nix index e0dc60e..045a72b 100644 --- a/home-manager/commands/git.nix +++ b/home-manager/commands/git.nix @@ -11,7 +11,7 @@ userName = "rogueking"; userEmail = "miguel@muniz.org"; lfs.enable = true; - } // lib.optionalsAttrs (! (lib.elem hostname [ "buildbox" ])) { + } // lib.optionalAttrs (! (lib.elem hostname [ "buildbox" ])) { signing = { signByDefault = true; signer = "/opt/1Password/op-ssh-sign";