+Tailscale @m3-ares
This commit is contained in:
parent
279d00ae82
commit
a3a85c3596
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user