···7979 };
8080 # This is fine because any and all ports that are forwarded to host are explicitly marked above, we don't need a separate guest firewall
8181 networking.firewall.enable = false;
8282+ services.dnsmasq.enable = true;
8383+ services.dnsmasq.settings.address = "/tngl.boltless.dev/10.0.2.2";
8484+ security.pki.certificates = [
8585+ (builtins.readFile ../local-infra/cert/localtangled/root.crt)
8686+ ];
8287 time.timeZone = "Europe/London";
8388 services.getty.autologinUser = "root";
8489 environment.systemPackages = with pkgs; [curl vim git sqlite litecli];