From d8ab5afa22c25f351cfb24457b0c4919cdbff700 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 25 Jul 2024 13:53:52 +0200 Subject: [PATCH] fix(hardware-config): correct closing bracket indentation Corrected the indentation of the closing bracket in the hardware configuration. This improves readability and consistency in the code format. --- systems/x86_64-linux/t15/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/t15/hardware-configuration.nix b/systems/x86_64-linux/t15/hardware-configuration.nix index 3c0f827..15c897e 100644 --- a/systems/x86_64-linux/t15/hardware-configuration.nix +++ b/systems/x86_64-linux/t15/hardware-configuration.nix @@ -48,7 +48,7 @@ "tsx=on" "tsx_async_abort=off" "mitigations=off" - ]; + ]; boot.extraModulePackages = [ ];