n/stereolith: huh. how did that snuck in here
This commit is contained in:
parent
1d815f4268
commit
d3b4c3080e
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.zfs.package = pkgs.zfs_2_1;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ zfs_2_1 ];
|
||||
boot.zfs.package = pkgs.zfs_unstable;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ zfs_unstable ];
|
||||
|
||||
boot.enableContainers = true;
|
||||
boot.zfs.extraPools = [ config.networking.hostName ];
|
||||
|
|
Loading…
Add table
Reference in a new issue