update nixos

This commit is contained in:
2025-09-09 00:00:14 +02:00
parent 8a108fc3b4
commit fdbf53789a
4 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ rec {
# Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_15;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
# Swap
zramSwap = {