Update kernel version

This commit is contained in:
Nathan McCarty 2023-08-08 12:05:08 -04:00
parent 409a6acb59
commit 96061b3d7f
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
extraPackages = with pkgs; [ libva vaapiIntel libvdpau-va-gl vaapiVdpau ];
};
# Newer kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_4;
# Run plex and the like in containers, these applications get... a little fucky when run directly
# on nixos
virtualisation.oci-containers.containers = {

View File

@ -46,7 +46,7 @@
};
};
# Use just normal ass linux, without zfs
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_4;
boot.supportedFilesystems =
lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "vfat" "xfs" ];
# Configure networking