diff --git a/hosts/cube/hardware.nix b/hosts/cube/hardware.nix index 47cdec9..b7863d2 100644 --- a/hosts/cube/hardware.nix +++ b/hosts/cube/hardware.nix @@ -7,7 +7,7 @@ systemConfiguration { boot.loader.grub = enabled { device = "/dev/vda"; - useOSProber = true; + # useOSProber = true; }; boot.initrd.availableKernelModules = [ diff --git a/hosts/enka/hardware.nix b/hosts/enka/hardware.nix index 8cbbe97..b8b9aa2 100644 --- a/hosts/enka/hardware.nix +++ b/hosts/enka/hardware.nix @@ -4,7 +4,6 @@ systemConfiguration { boot.loader = { systemd-boot = enabled { editor = false; - consoleMode = "max"; }; efi.canTouchEfiVariables = true;