zfs at boot - only one of these lines works
This commit is contained in:
parent
4e77945b7c
commit
c5b64c9501
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user