diff options
author | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-08-19 09:38:29 -0300 |
commit | ad31831c7c9d934aefdbec38d9c3f8a09e1d6208 (patch) | |
tree | c9907ab65d98f34b13864dd182c44ddd59073469 /hosts/kunagisa/hardware-configuration.nix | |
parent | 9a540319df87f8df75266dec9986e1735a44a226 (diff) |
update stuff
Diffstat (limited to 'hosts/kunagisa/hardware-configuration.nix')
-rw-r--r-- | hosts/kunagisa/hardware-configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/kunagisa/hardware-configuration.nix b/hosts/kunagisa/hardware-configuration.nix index 6e353af..f98cb38 100644 --- a/hosts/kunagisa/hardware-configuration.nix +++ b/hosts/kunagisa/hardware-configuration.nix @@ -9,8 +9,13 @@ ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + # boot.kernelParams = [ + # "video=HDMI-1:1920x1080@60" + # "video=DP-2:2560x1080@75" + # ]; boot.extraModulePackages = [ ]; fileSystems."/" = |