From faabd0bedc2769f0ab8d76b0501ff5d40ec61eb3 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 23 Aug 2025 00:23:27 +0200 Subject: make Rory-devenv not use EFI --- host/Rory-devenv/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host') diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index 85f38dd..b65713b 100755 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -21,6 +21,10 @@ } ]; }; + boot.loader.grub = { + devices = [ "/dev/vda" ]; + efiSupport = false; + }; system.stateVersion = "22.11"; # DO NOT EDIT! } -- cgit 1.5.1