Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 34fa980b89
Bump dependencies 2021-12-20 01:47:09 +01:00
coolneng eed5ea6111
Revert "Replace Zen with the latest ZFS compatible kernel"
This reverts commit f92f547fd1.
2021-12-18 15:06:02 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ with pkgs;
{
# Kernel configuration
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelPackages = linuxPackages_zen;
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": 1639525045,
"narHash": "sha256-z4GXFNzO+5V4CAUm2DDMAryLOWUKEbQif2ifvv1Ypg4=",
"lastModified": 1639876010,
"narHash": "sha256-naGsoUfsY92NaIGiFI8XFXBnesw8BQGe694xcfaLMDI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a2e281f5770247855b85d70c43454ba5bff34613",
"rev": "395879c28386e1abf20c7ecacd45880759548391",
"type": "github"
},
"original": {