Compare commits

..

No commits in common. "34fa980b89af0193b6f5abe5439deb92eac3e78f" and "e697f8db51c33691981e7a93acc1bd0316425b9c" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ with pkgs;
{
# Kernel configuration
boot = {
kernelPackages = linuxPackages_zen;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelParams =
[ "zfs.zfs_arc_max=1073741824" "zfs.zfs_arc_meta_limit_percent=90" ];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];

View File

@ -37,11 +37,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1639876010,
"narHash": "sha256-naGsoUfsY92NaIGiFI8XFXBnesw8BQGe694xcfaLMDI=",
"lastModified": 1639525045,
"narHash": "sha256-z4GXFNzO+5V4CAUm2DDMAryLOWUKEbQif2ifvv1Ypg4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "395879c28386e1abf20c7ecacd45880759548391",
"rev": "a2e281f5770247855b85d70c43454ba5bff34613",
"type": "github"
},
"original": {