darwin fixes

This commit is contained in:
2025-08-19 22:10:23 -07:00
parent 8928d49418
commit fb68a73b3d

View File

@@ -125,10 +125,11 @@
user = "git";
};
};
extraConfig = lib.mkIf (hostname != "eva-02") ''
extraConfig = If hostname != "eva-02"
then ''
IdentityAgent ~/.1password/agent.sock
'';
extraConfig = lib.mkIf (hostname == "eva-02") ''
''
else ''
IdentityAgent ~/Library/Group Containers/2BUA8C4S2C.com.1password.1Password/t/agent.sock
'';
};