Update Flake inputs
This commit is contained in:
parent
f6be5f8b80
commit
fe0ed96008
4 changed files with 64 additions and 82 deletions
|
|
@ -1,11 +1,23 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules =
|
||||
[ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||
initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
"usbhid"
|
||||
"sd_mod"
|
||||
];
|
||||
initrd.kernelModules = [ "amdgpu" ];
|
||||
kernelPackages = pkgs.linuxPackages_6_9;
|
||||
# kernelPackages = pkgs.linuxPackages_6_9;
|
||||
|
||||
# Prevents constant crashing in BG3
|
||||
kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue