keylime: become exit node

This commit is contained in:
41666 2024-01-12 10:48:46 -05:00
parent 8eeafba18e
commit 2171474c3b

View file

@ -11,4 +11,11 @@
networking.hostName = "keylime";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
services.tailscale = {
useRoutingFeatures = "server";
extraUpFlags = [
"--advertise-exit-node"
];
};
}