From d951f7fe0cb93abb4714e9cf498ead06005590d6 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 8 Jan 2025 13:23:43 +0300 Subject: [PATCH] Don't forget we are in a VM in pala --- hosts/pala/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) 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;