Compare commits
3 Commits
c089a20c12
...
033f81ec83
Author | SHA1 | Date |
---|---|---|
coolneng | 033f81ec83 | |
coolneng | e1812e77a8 | |
coolneng | fe6fdbd755 |
|
@ -7,7 +7,7 @@ with pkgs;
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"zfs.zfs_arc_max=1073741824"
|
"zfs.zfs_arc_max=2147483648"
|
||||||
"zfs.zfs_arc_meta_limit_percent=90"
|
"zfs.zfs_arc_meta_limit_percent=90"
|
||||||
"workqueue.power_efficient=y"
|
"workqueue.power_efficient=y"
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
|
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1670597555,
|
"lastModified": 1670929434,
|
||||||
"narHash": "sha256-/k939P2S2246G6K5fyvC0U2IWvULhb4ZJg9K7ZxsX+k=",
|
"narHash": "sha256-n5UBO6XBV4h3TB7FYu2yAuNQMEYOrQyKeODUwKe06ow=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2dea0f4c2d6e4603f54b2c56c22367e77869490c",
|
"rev": "1710ed1f6f8ceb75cf7d1cf55ee0cc21760e1c7a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue