misc forgot to commit

This commit is contained in:
Christoph Hollizeck 2024-10-28 12:01:00 +01:00
parent 42fdf7d511
commit 21cefd0fef
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
10 changed files with 151 additions and 118 deletions

View file

@ -17,7 +17,7 @@ in
config = mkIf cfg.enable {
boot = {
kernelPackages = pkgs.linuxPackages_6_10;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;