Compare commits
2 commits
a86f527a76
...
931ba6b899
| Author | SHA1 | Date | |
|---|---|---|---|
| 931ba6b899 | |||
| 3f88e7384e |
2 changed files with 9 additions and 1 deletions
|
|
@ -53,6 +53,11 @@ in {
|
||||||
grid = "git rebase -i --autosquash $(git_develop_branch)";
|
grid = "git rebase -i --autosquash $(git_develop_branch)";
|
||||||
gpub =
|
gpub =
|
||||||
"git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
|
"git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
|
||||||
|
# tsec - TailScale Exit node Connect
|
||||||
|
tsec =
|
||||||
|
"tailscale set --exit-node=$(tailscale exit-node suggest | awk '{print $4}' | head -n1)";
|
||||||
|
# tsed - TailScale Exit node Disconnect
|
||||||
|
tsed = "tailscale set --exit-node=";
|
||||||
};
|
};
|
||||||
sessionPath = [ "$HOME/.local/bin" ];
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,10 @@
|
||||||
SSH_AUTH_SOCK =
|
SSH_AUTH_SOCK =
|
||||||
"$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)";
|
"$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)";
|
||||||
};
|
};
|
||||||
shellAliases = { nproc = "sysctl -n hw.logicalcpu"; };
|
shellAliases = {
|
||||||
|
nproc = "sysctl -n hw.logicalcpu";
|
||||||
|
tailscale = "/Applications/Tailscale.app/Contents/MacOS/Tailscale";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
launchd = {
|
launchd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue