Compare commits
No commits in common. "7496ab5cf25372ec862c23f18e4df6d994f19b8c" and "ea4739ab0b8dabcaeb5c6b1a4aa3aaa803aac748" have entirely different histories.
7496ab5cf2
...
ea4739ab0b
|
@ -8,12 +8,8 @@ in {
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = linuxPackages_zen;
|
kernelPackages = linuxPackages_zen;
|
||||||
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"
|
|
||||||
];
|
|
||||||
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||||
blacklistedKernelModules = [ "btusb" ];
|
blacklistedKernelModules = [ "btusb" ];
|
||||||
|
@ -159,7 +155,6 @@ in {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
user.name = "coolneng";
|
|
||||||
user.email = "akasroua@gmail.com";
|
user.email = "akasroua@gmail.com";
|
||||||
safe.directory = "/home/coolneng/Projects/panacea";
|
safe.directory = "/home/coolneng/Projects/panacea";
|
||||||
};
|
};
|
||||||
|
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1653060744,
|
"lastModified": 1652885393,
|
||||||
"narHash": "sha256-kfRusllRumpt33J1hPV+CeCCylCXEU7e0gn2/cIM7cY=",
|
"narHash": "sha256-YIgvvlk4iQ1Hi7KD9o5gsojc+ApB+jiH1d5stK8uXiw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dfd82985c273aac6eced03625f454b334daae2e8",
|
"rev": "48037fd90426e44e4bf03e6479e88a11453b9b66",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue