shared: making shared file darwin safe
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ in
|
||||
treefmt
|
||||
nixpkgs-fmt
|
||||
deadnix
|
||||
ghostty.terminfo
|
||||
ghosttyPkg.terminfo
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
@@ -154,7 +154,7 @@ in
|
||||
ControlMaster = "auto";
|
||||
ControlPath = "~/.ssh/master-%r@%h:%p";
|
||||
ControlPersist = "10m";
|
||||
IdentityAgent = onePassPath;
|
||||
IdentityAgent = "\"${onePassPath}\"";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user