Updated newton to 22.05

This commit is contained in:
Luj 2022-06-04 10:12:47 +02:00
parent 8b60c12a50
commit 3c1f616e23
Signed by: luj
GPG key ID: 6FC74C847011FD83
6 changed files with 59 additions and 55 deletions

View file

@ -6,7 +6,7 @@
boot.zfs.requestEncryptionCredentials = true;
boot.loader.grub.copyKernels = true;
boot.loader.grub.efiSupport = false;
boot.kernelPackages = pkgs.linuxPackages_5_10;
boot.kernelPackages = pkgs.linuxPackages_5_17;
boot.loader.grub.mirroredBoots = [
{ path = "/boot-1"; devices = [ "/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M1TVUVJV" ]; }