Update kernel version
This commit is contained in:
parent
409a6acb59
commit
96061b3d7f
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue