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