From d718ef7932498d0f49d8e2d26d6a7e3cd2baf883 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 3 May 2023 13:11:33 +0200 Subject: [PATCH] lucy: a --- nixos/hosts/hades/lucy/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/hades/lucy/configuration.nix b/nixos/hosts/hades/lucy/configuration.nix index 65410c3..5a52481 100644 --- a/nixos/hosts/hades/lucy/configuration.nix +++ b/nixos/hosts/hades/lucy/configuration.nix @@ -22,4 +22,5 @@ boot.loader.grub.enable = true; boot.loader.grub.version = 2; + boot.loader.grub.device = "/dev/sda"; }