update kernel on gaming-pc

This commit is contained in:
2025-10-15 21:14:31 +02:00
parent 62a5ab6ab1
commit 0aec2c92d9
+13 -1
View File
@@ -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. Its perfectly fine and recommended to leave