One More Tweak/Fix To boot.nix

This commit is contained in:
Annika Merris 2024-05-19 10:27:22 -04:00
parent 139fd6ab81
commit d093b7e274

View file

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
{
boot.loader = lib.mkIf (config.physical && !config.physical) {
boot.loader = lib.mkIf (config.physical) {
grub = {
enable = true;
efiSupport = true;