Set some stuff up for the framework

This commit is contained in:
Natsu Kagami 2024-01-28 15:08:20 +01:00
parent dccc3802d7
commit 65686fdf16
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 18 deletions

View file

@ -13,6 +13,10 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [
# See https://community.frame.work/t/tracking-graphical-corruption-in-fedora-39-amd-3-03-bios/39073/143
"amdgpu.sg_display=0"
];
fileSystems."/" =
{