updates to kaladin after cpu change
This commit is contained in:
parent
a6454a4e0f
commit
04ff90b9a0
5 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue