trying h002 again, hopefully it can boot

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-19 21:56:51 -06:00
parent b260451e0b
commit 0bbcd06c81
3 changed files with 3 additions and 15 deletions

View file

@ -52,7 +52,7 @@
(
{ lib, ... }:
{
boot.loader.grub.device = lib.mkForce "/dev/sdb";
boot.loader.grub.device = lib.mkForce "/dev/disk/by-uuid/ca5d2b4d-8964-46c8-99cd-822ac62ac951";
}
)
inputs.common.nixosModules.hardening