upgrade to latest kernel
This commit is contained in:
@@ -5,4 +5,5 @@
|
|||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,19 +62,6 @@
|
|||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = [ "username=autumn" "password=autest" "x-systemd.automount" "noauto"];
|
options = [ "username=autumn" "password=autest" "x-systemd.automount" "noauto"];
|
||||||
};
|
};
|
||||||
hardware.nvidia = {
|
|
||||||
modesetting.enable = true;
|
|
||||||
|
|
||||||
powerManagement.enable = false;
|
|
||||||
|
|
||||||
powerManagement.finegrained = false;
|
|
||||||
|
|
||||||
open = false;
|
|
||||||
|
|
||||||
nvidiaSettings = true;
|
|
||||||
|
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
|
||||||
};
|
|
||||||
# hardware.nvidia.prime.intelBusId = "PCI:0@0:2:0";
|
# hardware.nvidia.prime.intelBusId = "PCI:0@0:2:0";
|
||||||
# hardware.nvidia.prime.nvidiaBusId = "PCI:1@0:0:0";
|
# hardware.nvidia.prime.nvidiaBusId = "PCI:1@0:0:0";
|
||||||
# hardware.nvidia.prime.sync.enable = true;o
|
# hardware.nvidia.prime.sync.enable = true;o
|
||||||
|
|||||||
Reference in New Issue
Block a user