add bottles

This commit is contained in:
2025-10-18 20:59:39 +02:00
parent 6b4d06aa74
commit 4b404fbc31
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ rec {
# Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_17;
boot.zfs.package = pkgs.zfs_unstable;
# Swap
zramSwap = {