rework Results.tex to include gVisor findings

This commit is contained in:
2026-04-09 16:40:25 +02:00
parent 67238d1bd8
commit e25c230427
14 changed files with 1387 additions and 575 deletions
+10
View File
@@ -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;
};
}