#efiSupport = true;
#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 = [
#config.boot.kernelPackages.exfat-nofuse
];
+ boot.zfs.requestEncryptionCredentials = [ hostName ];
+
+ hardware.enableRedistributableFirmware = true;
powerManagement.powertop.enable = true;
+
#services.fprintd.enable = true;
fileSystems."/" =