diff --git a/nixos/hosts/tesla-nixos/configuration.nix b/nixos/hosts/tesla-nixos/configuration.nix index abefb49..4934402 100644 --- a/nixos/hosts/tesla-nixos/configuration.nix +++ b/nixos/hosts/tesla-nixos/configuration.nix @@ -10,7 +10,7 @@ in security.sudo.wheelNeedsPassword = false; networking.hostName = "tesla-nixos"; - + services.qemuGuest.enable = true; boot = { initrd.enable = true; loader.systemd-boot.enable = true;