diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index bdc41a3..afad38b 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -73,7 +73,6 @@ # Enable some services that do not need configuration services.openssh.enable = true; - services.tailscale.enable = true; services.udisks2.enable = true; system.stateVersion = "25.05"; diff --git a/modules/glance/default.nix b/modules/glance/default.nix index 92e1a2d..a3f9590 100644 --- a/modules/glance/default.nix +++ b/modules/glance/default.nix @@ -20,7 +20,7 @@ { size = "small"; widgets = [ - + { type = "monitor"; cache = "1m"; @@ -77,10 +77,6 @@ title = "Porkbun"; url = "https://porkbun.com/account/domainsSpeedy"; } - { - title = "Tailscale"; - url = "https://login.tailscale.com/admin/machines"; - } ]; } { diff --git a/modules/homebrew/default.nix b/modules/homebrew/default.nix index afcd93f..12f2633 100644 --- a/modules/homebrew/default.nix +++ b/modules/homebrew/default.nix @@ -32,7 +32,6 @@ "raycast" "spotify" "zen" - "tailscale-app" ]; }; } diff --git a/modules/homepage/default.nix b/modules/homepage/default.nix index 28debae..cbf18e0 100644 --- a/modules/homepage/default.nix +++ b/modules/homepage/default.nix @@ -100,14 +100,6 @@ } ]; } - { - Tailscale = [ - { - abbr = "TS"; - href = "https://login.tailscale.com/admin/machines"; - } - ]; - } ]; } {