summary refs log tree commit diff stats
path: root/system/settings/hardware/nvme-root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/nvme-root.nix')
-rw-r--r--system/settings/hardware/nvme-root.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/settings/hardware/nvme-root.nix b/system/settings/hardware/nvme-root.nix
index 310a0482..90f5248a 100644
--- a/system/settings/hardware/nvme-root.nix
+++ b/system/settings/hardware/nvme-root.nix
@@ -1,7 +1,6 @@
-{
-  config,
-  pkgs,
-  ...
+{ config
+, pkgs
+, ...
 }: {
-  boot.kernelParams = ["elevator=none"];
+  boot.kernelParams = [ "elevator=none" ];
 }