+Tailscale @m3-ares

This commit is contained in:
m3tam3re 2025-05-06 13:23:55 +02:00
parent 279d00ae82
commit a3a85c3596

View File

@ -1,20 +1,12 @@
{
config,
pkgs,
...
}: {
{config, ...}: {
services.tailscale = {
enable = true;
authKeyFile = config.age.secrets.tailscale-key.path;
useRoutingFeatures = "both";
extraUpFlags = [
"--login-server=https://va.m3tam3re.com"
];
extraSetFlags = [
"--exit-node=m3-atlas"
"--accept-routes"
"--exit-node-allow-lan-access"
];
};
environment.systemPackages = with pkgs; [
tailscale
];
}