Upgrade flake inputs and linux kernel to 6.18

This commit is contained in:
Martin Larsson 2025-12-21 03:21:59 +01:00
parent 2b4c7d2986
commit 931501419b
3 changed files with 32 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./hardware-configuration.nix
@ -6,7 +6,6 @@
];
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_17;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;