Foxtrot boots
All checks were successful
/ check (push) Successful in 5m13s

This commit is contained in:
Daniel Flanagan 2024-12-28 13:57:03 -06:00
parent b9685178d4
commit 5a123f274c
2 changed files with 3 additions and 2 deletions

View file

@ -98,8 +98,8 @@ in rec {
disk = "nvme0n1";
swapSize = "32G";
esp = {
label = "EFI";
name = "EFI";
label = "disk-primary-ESP";
name = "disk-primary-ESP";
};
};

View file

@ -189,6 +189,7 @@
kernelParams = [
"rtc_cmos.use_acpi_alarm=1"
"amdgpu.sg_display=0"
"boot.shell_on_fail=1"
"acpi_osi=\"!Windows 2020\""
# "nvme.noacpi=1" # maybe causing crashes upon waking?