update kernel on gaming-pc
This commit is contained in:
+13
-1
@@ -33,7 +33,7 @@
|
||||
|
||||
# Kernel
|
||||
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_17;
|
||||
|
||||
# Swap
|
||||
zramSwap = {
|
||||
@@ -99,6 +99,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.system-features = [ "gccarch-haswell" ];
|
||||
|
||||
# nixpkgs.hostPlatform = {
|
||||
# system = "x86_64-linux";
|
||||
# gcc.arch = "haswell";
|
||||
# gcc.tune = "haswell";
|
||||
# };
|
||||
|
||||
# nixpkgs.overrides = [(self: super: {
|
||||
# assimp
|
||||
# })];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
||||
Reference in New Issue
Block a user