This commit is contained in:
Chris Cochrun 2025-12-01 09:46:55 -06:00
parent df45bb0327
commit c87278d2cc

View file

@ -15,8 +15,8 @@
networking.hostName = "kaladin"; # Define your hostname.
networking.interfaces.enp8s0.useDHCP = true;
networking.interfaces.wlp9s0.useDHCP = true;
networking.interfaces.enp9s0.useDHCP = true;
networking.interfaces.wlp10s0.useDHCP = true;
# NVIDIA
# services.xserver.videoDrivers = [ "nvidia" ];
@ -25,6 +25,7 @@
opencl.enable = true;
initrd.enable = true;
};
firmware = [ pkgs.linux-firmware ];
graphics = {
enable = true;
enable32Bit = true;