From ccb304fb5c435f18503b59c1e95b2918e486b955 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 12 May 2025 17:21:28 -0500 Subject: hosts/ades/styx: Add GRUB device config --- hosts/ades/styx.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts') diff --git a/hosts/ades/styx.nix b/hosts/ades/styx.nix index ba35edd..ab00833 100644 --- a/hosts/ades/styx.nix +++ b/hosts/ades/styx.nix @@ -3,6 +3,11 @@ let swapPart = "/dev/sda2"; in { + boot.loader.grub = { + enable = true; + devices = ["/dev/sda"]; + }; + boot.resumeDevice = swapPart; fileSystems."/" = lib.mkForce { -- cgit v1.2.3