update to nixos 23.05

This commit is contained in:
Felix Buehler 2023-06-01 00:09:26 +02:00
parent 337679971a
commit bd978f6b03
12 changed files with 28 additions and 26 deletions

View file

@ -28,7 +28,5 @@
};
# Kernel configuration
kernelParams = [ "cma=64M" "console=tty0" ];
# remove with 23.05
kernelPackages = pkgs.unstable.linuxKernel.packages.linux_rpi4;
};
}