diff --git a/hosts/pala/hardware.nix b/hosts/pala/hardware.nix index d3424a1..87d669d 100644 --- a/hosts/pala/hardware.nix +++ b/hosts/pala/hardware.nix @@ -1,6 +1,8 @@ { config, lib, ... }: with lib; systemConfiguration { + virtualisation.vmware.guest = enabled; + boot.loader = { systemd-boot = enabled { editor = false;