Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker

fix: remove redundant NixOS command in Tailscale setup

-5
-5
crates/firecracker-vm/src/tailscale.rs
··· 26 26 run_ssh_command( 27 27 &key_path, 28 28 &guest_ip, 29 - "type tailscale || nixos-rebuild switch", 30 - )?; 31 - run_ssh_command( 32 - &key_path, 33 - &guest_ip, 34 29 &format!("tailscale up --auth-key {} --hostname {}", auth_key, name), 35 30 )?; 36 31 run_ssh_command(&key_path, &guest_ip, "systemctl status tailscaled || true")?;