From e085501d0007006e610d8362f03454943bcacdac Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 9 Sep 2023 19:37:08 +0200 Subject: [PATCH] fix braces --- hardware/vinzenz-pc3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/vinzenz-pc3.nix b/hardware/vinzenz-pc3.nix index c09eca7..8e27145 100644 --- a/hardware/vinzenz-pc3.nix +++ b/hardware/vinzenz-pc3.nix @@ -47,7 +47,7 @@ }; swapDevices = []; - }; - hardware.cpu.amd.updateMicrocode = true; + hardware.cpu.amd.updateMicrocode = true; + }; }