Update
This commit is contained in:
parent
7b5188125f
commit
1c28dfae41
1 changed files with 1 additions and 1 deletions
|
@ -42,13 +42,13 @@
|
|||
"tailscaled-autoconnect.service"
|
||||
];
|
||||
};
|
||||
services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/framework-server";
|
||||
services.tailscale.extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=10.2.0.0/24"
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
|
||||
services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/framework-server";
|
||||
|
||||
boot.initrd.services.udev.rules = ''
|
||||
# This is used to change the default configuration of Realtek USB ethernet adapters
|
||||
|
|
Loading…
Reference in a new issue