rework Results.tex to include gVisor findings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
let
|
||||
interface = lib.substring 0 15 "ts-${instanceName}";
|
||||
in
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
# Use the interface name for the tunnel
|
||||
interfaceName = interface;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user