Update flake

This commit is contained in:
Filippo Berto 2023-02-09 23:21:28 +01:00
parent 480d786658
commit c69d6fa6fb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
with lib; {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;