fully removes tailscale

This commit is contained in:
Dennis Schoepf 2026-01-26 23:40:56 +01:00
parent 3944de25a8
commit 60c4749f52
4 changed files with 1 additions and 15 deletions

View file

@ -73,7 +73,6 @@
# Enable some services that do not need configuration # Enable some services that do not need configuration
services.openssh.enable = true; services.openssh.enable = true;
services.tailscale.enable = true;
services.udisks2.enable = true; services.udisks2.enable = true;
system.stateVersion = "25.05"; system.stateVersion = "25.05";

View file

@ -77,10 +77,6 @@
title = "Porkbun"; title = "Porkbun";
url = "https://porkbun.com/account/domainsSpeedy"; url = "https://porkbun.com/account/domainsSpeedy";
} }
{
title = "Tailscale";
url = "https://login.tailscale.com/admin/machines";
}
]; ];
} }
{ {

View file

@ -32,7 +32,6 @@
"raycast" "raycast"
"spotify" "spotify"
"zen" "zen"
"tailscale-app"
]; ];
}; };
} }

View file

@ -100,14 +100,6 @@
} }
]; ];
} }
{
Tailscale = [
{
abbr = "TS";
href = "https://login.tailscale.com/admin/machines";
}
];
}
]; ];
} }
{ {