Fix previous for pindakaas

This commit is contained in:
Geoffrey Frogeye 2024-02-17 19:05:50 +01:00
parent 8476bbde12
commit 448a154d74
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, lib, config, ... }:
{
boot.loader = {
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;