summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-08-02 16:50:19 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-08-02 16:50:19 +0200
commit3b89eec1ce3bc38f6a9f09d559fe3ce59b80c482 (patch)
treee2dd207096a84bc3e905ea4e8d7540e831e0ff5f /nixos
parent0146f55f3f35d945951e326bcb70320976ebfb5e (diff)
format
Diffstat (limited to 'nixos')
-rw-r--r--nixos/boot.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/boot.nix b/nixos/boot.nix
index 920ac60..ec800b7 100644
--- a/nixos/boot.nix
+++ b/nixos/boot.nix
@@ -40,10 +40,8 @@
};
# Kernel
- boot.initrd.availableKernelModules =
- [ "usb_storage" ];
- boot.kernelParams =
- [ "i915.dc_enable=0" "intel_idle.max_cstate=1" ];
+ boot.initrd.availableKernelModules = [ "usb_storage" ];
+ boot.kernelParams = [ "i915.dc_enable=0" "intel_idle.max_cstate=1" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# Hardware