Re-format with nixpkgs-fmt
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M system/settings/hardware/nvme-root.nix → system/settings/hardware/nvme-root.nix
@@ -1,7 +1,6 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { - boot.kernelParams = ["elevator=none"]; + boot.kernelParams = [ "elevator=none" ]; }