mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 09:08:54 -05:00
One More Tweak/Fix To boot.nix
This commit is contained in:
parent
139fd6ab81
commit
d093b7e274
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue