Switch loki to linux latest

This commit is contained in:
Filippo Berto 2022-12-01 16:07:56 +01:00
parent 7ee4b47750
commit 8517b10b0a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -2,7 +2,7 @@
with lib; {
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;