updates to kaladin after cpu change

This commit is contained in:
Chris Cochrun 2025-11-17 14:02:57 -06:00
parent a6454a4e0f
commit 04ff90b9a0
5 changed files with 11 additions and 5 deletions

View file

@ -15,16 +15,21 @@
networking.hostName = "kaladin"; # Define your hostname.
networking.interfaces.enp0s31f6.useDHCP = true;
networking.interfaces.enp8s0.useDHCP = true;
networking.interfaces.wlp9s0.useDHCP = true;
# NVIDIA
# services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
amdgpu = {
opencl.enable = true;
initrd.enable = true;
};
graphics = {
enable = true;
extraPackages = with pkgs; [
mesa
vulkan-extension-layer
libva-vdpau-driver
libvdpau-va-gl
];