keylime: become exit node
This commit is contained in:
parent
8eeafba18e
commit
2171474c3b
1 changed files with 7 additions and 0 deletions
|
@ -11,4 +11,11 @@
|
||||||
networking.hostName = "keylime";
|
networking.hostName = "keylime";
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
|
services.tailscale = {
|
||||||
|
useRoutingFeatures = "server";
|
||||||
|
extraUpFlags = [
|
||||||
|
"--advertise-exit-node"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue