diff options
-rw-r--r-- | hosts/ginaz/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |