zfs at boot - only one of these lines works

This commit is contained in:
Miranda Marquez 2024-04-11 11:37:58 -08:00
parent 4e77945b7c
commit c5b64c9501

View File

@ -7,7 +7,11 @@
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# boot.kernelPackages = pkgs.linuxPackages_6_6;
# boot.extraModulePackages = [ pkgs.zfsUnstable ];
# boot.kernelModules = [ "zfs" ];
boot.supportedFilesystems = [ "zfs" ];
imports = [
./modules/networking.nix