Set some stuff up for the framework
This commit is contained in:
parent
dccc3802d7
commit
65686fdf16
2 changed files with 5 additions and 18 deletions
|
@ -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."/" =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue