Skip to content

Commit

Permalink
organize tailcale
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Oct 7, 2024
1 parent e2f5c82 commit 80141d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion darwin/modules/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# "syncthing"
];
masApps = {
Tailscale = 1475387142;
};
};

Expand Down
11 changes: 4 additions & 7 deletions darwin/modules/tailscale.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{ ... }:
{ lib, ... }:

{
services.tailscale = {
enable = false;

# https://login.tailscale.com/admin/dns
domain = "royal-bee.ts.net";
homebrew.masApps.Tailscale = 1475387142;

magicDNS.enable = true;
services.tailscale = {
magicDNS.enable = lib.mkDefault true;
};
}

0 comments on commit 80141d2

Please sign in to comment.