summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2023-04-23 11:26:27 +0200
committerAlan Pearce2023-04-23 11:29:49 +0200
commit232505d511747ba32e4143ecf673634a5317db81 (patch)
treee6f6afac39aa22c51b2e56bcc3bafce395fdaaff /system/settings
parent8b3dce05c02417a48f5849d19d70898f4d84e501 (diff)
downloadnixfiles-232505d511747ba32e4143ecf673634a5317db81.tar.lz
nixfiles-232505d511747ba32e4143ecf673634a5317db81.tar.zst
nixfiles-232505d511747ba32e4143ecf673634a5317db81.zip
remove unnecessary system tweaks for nvme root drives
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/hardware/nvme-root.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/settings/hardware/nvme-root.nix b/system/settings/hardware/nvme-root.nix
deleted file mode 100644
index 90f5248a..00000000
--- a/system/settings/hardware/nvme-root.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config
-, pkgs
-, ...
-}: {
-  boot.kernelParams = [ "elevator=none" ];
-}