From 67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 12 Nov 2024 11:35:01 -0800 Subject: Fix boot @ginaz --- hosts/ginaz/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index 3b9b038..adc71fd 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.extraModulePackages = [ ]; fileSystems."/boot" = { - device = "/dev/disk/by-label/boot"; + device = lib.mkForce "/dev/disk/by-label/boot"; }; hardware = { -- cgit v1.2.3