flake update; msty update; +headscale config

This commit is contained in:
m3tam3re
2025-04-29 13:36:01 +02:00
parent 5a5b434efd
commit e461fc494a
9 changed files with 196 additions and 60 deletions

View File

@ -0,0 +1,11 @@
{
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
extraUpFlags = [
"--login-server https://va.m3tam3re.com"
"--exit-node=m3-atlas"
"--exit-node-allow-lan-access"
];
};
}