From 28d1d991037093442cd76e83e597e22c6440904d Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 12 Nov 2024 11:25:27 -0800 Subject: Fix boot @ginaz --- hosts/ginaz/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index cbfda8a..3b9b038 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -13,6 +13,10 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + fileSystems."/boot" = { + device = "/dev/disk/by-label/boot"; + }; + hardware = { bluetooth.enable = true; #bluetooth.powerOnBoot = true; -- cgit v1.2.3