acpid: inc/dec brightness by 1 instead of 10
[julm/julm-nix.git] / hosts / courge / hardware.nix
index 6dc3b8537e1b7a3a4be2ccb8f402ee5f638de9fd..9e2a833db6f0c5ae5a335ae0365143c674363c76 100644 (file)
@@ -23,7 +23,8 @@ with lib;
     "boot.shell_on_fail"
     #"boot.debug1"
   ];
-  boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
+  # Deprecated in nixos-24.11
+  #boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
   boot.loader = {
     efi = {
       canTouchEfiVariables = true;