summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xhost/Rory-devenv/configuration.nix4
1 files changed, 4 insertions, 0 deletions
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! }