diff --git a/configuration.nix b/configuration.nix index a308229..a05a2a0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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