Updated surface configuration

This commit is contained in:
2024-12-25 10:57:48 +01:00
parent 030cbad2ca
commit 5243670d89
3 changed files with 45 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
{
imports = [
@@ -73,7 +73,7 @@
enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
system.stateVersion = "24.05";