From 4688e8eb7e5e72dccc8a331c29696ca5c3fb1020 Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 18 Jul 2023 14:12:59 +0000 Subject: [PATCH] 1 --- hardware-configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 3b18414..bdd3861 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -12,7 +12,9 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - boot.loader.grub.devices = [ ]; + boot.loader.grub.devices = [ + "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888" + ]; fileSystems."/" = { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";