Compare commits
3 Commits
ea4739ab0b
...
7496ab5cf2
Author | SHA1 | Date |
---|---|---|
coolneng | 7496ab5cf2 | |
coolneng | c23248514d | |
coolneng | 4a273dd812 |
|
@ -8,8 +8,12 @@ in {
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = linuxPackages_zen;
|
kernelPackages = linuxPackages_zen;
|
||||||
kernelParams =
|
kernelParams = [
|
||||||
[ "zfs.zfs_arc_max=1073741824" "zfs.zfs_arc_meta_limit_percent=90" ];
|
"zfs.zfs_arc_max=1073741824"
|
||||||
|
"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" ];
|
||||||
|
@ -155,6 +159,7 @@ 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": 1652885393,
|
"lastModified": 1653060744,
|
||||||
"narHash": "sha256-YIgvvlk4iQ1Hi7KD9o5gsojc+ApB+jiH1d5stK8uXiw=",
|
"narHash": "sha256-kfRusllRumpt33J1hPV+CeCCylCXEU7e0gn2/cIM7cY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "48037fd90426e44e4bf03e6479e88a11453b9b66",
|
"rev": "dfd82985c273aac6eced03625f454b334daae2e8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue