bash: add ZFS utilities
[julm/julm-nix.git] / hosts / aubergine / hardware.nix
index 2d70a97cb08ddc74ac31e44c128d72184aa19e9a..23af21c9ad1fd2c06d251c9e691b16f217d5c153 100644 (file)
@@ -1,4 +1,4 @@
-{ lib, hostName, ... }:
+{ pkgs, lib, hostName, ... }:
 {
   imports = [
     ../../nixos/profiles/hardware/apu6b4.nix
     #enableCryptodisk = true;
   };
   boot.tmp.useTmpfs = true;
+  #boot.kernelPackages = pkgs.linuxKernel.packages.linux_4_14;
+  # linux-firmware-20230515
+  # linux-firmware-20221109
+  # linux-5.15.109 <-- working?
+  # linux-5.15.129
 
   boot.supportedFilesystems = [ /*"ntfs"*/ "vfat" ];
   boot.extraModulePackages = [