update nixos

This commit is contained in:
2026-01-14 21:32:09 +01:00
parent c44536e17c
commit 0b436c1fe5
4 changed files with 23 additions and 17 deletions
+4 -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_17;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18;
boot.zfs.package = pkgs.zfs_unstable;
# Swap
@@ -108,6 +108,9 @@ rec {
(pkgs.linuxPackages.acer-wmi-ext.override {
kernel = boot.kernelPackages.kernel;
})
# (pkgs.callPackage ../pkgs/ms912x/ms912x.nix {
# kernel = boot.kernelPackages.kernel;
# })
];
boot.kernelModules = [ "acer-wmi-ext" ];
+1 -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_17;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18;
# Swap
zramSwap = {