diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:35:01 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:35:01 -0800 |
commit | 67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a (patch) | |
tree | 249c81381896bee2899d950bb209284c852252e2 /hosts | |
parent | 28d1d991037093442cd76e83e597e22c6440904d (diff) | |
download | nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar.gz nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar.bz2 nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar.lz nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar.xz nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.tar.zst nix-67ae4ffbc4786c8c609bd4d26041dd3d7c0d3e1a.zip |
Fix boot @ginaz
Diffstat (limited to 'hosts')
-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 = { |