Compare commits
6 Commits
ab8f6a1d58
...
0e4ba6611a
Author | SHA1 | Date |
---|---|---|
coolneng | 0e4ba6611a | |
coolneng | 27bbdaecea | |
coolneng | 343ff19fef | |
coolneng | 44d9056c05 | |
coolneng | 1b596db2c0 | |
coolneng | bfa9147a41 |
|
@ -9,6 +9,7 @@ with pkgs;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"zfs.zfs_arc_max=1073741824"
|
"zfs.zfs_arc_max=1073741824"
|
||||||
"zfs.zfs_arc_meta_limit_percent=90"
|
"zfs.zfs_arc_meta_limit_percent=90"
|
||||||
|
"i915.i915_enable_fbc=1"
|
||||||
"workqueue.power_efficient=y"
|
"workqueue.power_efficient=y"
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
"ipv6.disable=1"
|
"ipv6.disable=1"
|
||||||
|
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1666109165,
|
"lastModified": 1665940183,
|
||||||
"narHash": "sha256-BMLyNVkr0oONuq3lKlFCRVuYqF75CO68Z8EoCh81Zdk=",
|
"narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "32096899af23d49010bd8cf6a91695888d9d9e73",
|
"rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue