darwin fixes
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user