From 535ce422a38610b96cd8655300698eb6af041610 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Sun, 29 Sep 2024 00:05:20 +0200
Subject: formatting

---
 nix/hosts/corrino/configuration.nix | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index f4157b4..8fdf6ab 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -1,4 +1,9 @@
-{ config, pkgs, ... }:
+{
+  config,
+  pkgs,
+  lib,
+  ...
+}:
 
 let
   # keys = import ../../users/keys.nix
@@ -71,7 +76,7 @@ in
 
     loader.systemd-boot.enable = false;
     loader.grub = {
-      enable = true;
+      enable = lib.mkForce true;
       efiSupport = false;
       enableCryptodisk = true;
       device = "nodev";
-- 
cgit 1.4.1