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 ];
|
extraPackages = with pkgs; [ libva vaapiIntel libvdpau-va-gl vaapiVdpau ];
|
||||||
};
|
};
|
||||||
# Newer kernel
|
# 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
|
# Run plex and the like in containers, these applications get... a little fucky when run directly
|
||||||
# on nixos
|
# on nixos
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Use just normal ass linux, without zfs
|
# 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 =
|
boot.supportedFilesystems =
|
||||||
lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "vfat" "xfs" ];
|
lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "vfat" "xfs" ];
|
||||||
# Configure networking
|
# Configure networking
|
||||||
|
|
Loading…
Reference in New Issue