Skip to content

Commit

Permalink
feat(services): Add Tailscale aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 23, 2023
1 parent 4341219 commit 9b7ce10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/services/tailscale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ in {
# MagicDNS
networking.nameservers = ["100.100.100.100" "8.8.8.8" "1.1.1.1"];
networking.search = ["tailff8ca.ts.net"];

environment.shellAliases = {
ts = "tailscale";
tsu = "tailscale up";
tsd = "tailscale down";
};
};
}

0 comments on commit 9b7ce10

Please sign in to comment.