mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 20:59:01 -05:00
Dirty
This commit is contained in:
parent
2726e125f8
commit
127d831889
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ config, lib, pkgs, modulesPath, ... }:
|
{ inputs, globals, config, lib, pkgs, modulesPath, ... }:
|
||||||
|
with inputs;
|
||||||
{
|
{
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue