···7070 };
7171 # 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
7272 networking.firewall.enable = false;
7373+ time.timeZone = "Europe/London";
7374 services.getty.autologinUser = "root";
7475 environment.systemPackages = with pkgs; [curl vim git sqlite litecli];
7576 services.tangled-knot = {
7677 enable = true;
7778 motd = "Welcome to the development knot!\n";
7879 server = {
7979- secretFile = builtins.toFile "knot-secret" ("KNOT_SERVER_SECRET=" + (envVar "TANGLED_VM_KNOT_SECRET"));
8080+ owner = envVar "TANGLED_VM_KNOT_OWNER";
8081 hostname = "localhost:6000";
8182 listenAddr = "0.0.0.0:6000";
8283 };