hosts/ni: use Linux kernel version 6.2

This commit is contained in:
Gabriel Arazas 2023-03-09 11:45:09 +08:00
parent 32760b2253
commit a72146dd05
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -78,6 +78,7 @@ in
sops.age.keyFile = "/var/lib/sops-nix/key.txt"; sops.age.keyFile = "/var/lib/sops-nix/key.txt";
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"aarch64-linux" "aarch64-linux"
"riscv64-linux" "riscv64-linux"