idk
This commit is contained in:
parent
df45bb0327
commit
c87278d2cc
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue