From b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 12 May 2025 17:22:28 -0500 Subject: hosts/thyme: Move GRUB config to hardware.nix --- hosts/thyme/hardware.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/thyme/hardware.nix') diff --git a/hosts/thyme/hardware.nix b/hosts/thyme/hardware.nix index 50956c6..63594b0 100644 --- a/hosts/thyme/hardware.nix +++ b/hosts/thyme/hardware.nix @@ -12,6 +12,9 @@ in boot.extraModulePackages = []; boot.resumeDevice = swapPart; + boot.loader.grub.enable = true; + boot.loader.grub.device = "nodev"; + fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; -- cgit v1.2.3