shared: making shared file darwin safe

This commit is contained in:
Matthew Bessette
2026-08-10 08:53:18 -04:00
parent 0cabe5af02
commit 0ad8d9491d
+2 -2
View File
@@ -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}\"";
}; };
}; };
}; };