From 95833f4d28c7f48fd3f31e025a749541c5ef5eff Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 19 Jun 2026 22:14:46 -0400 Subject: [PATCH] uConsole: fix missing closing brace (sed cleanup mishap) --- hosts/uconsole-cm5/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index aff3bcf..b841df3 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -190,3 +190,4 @@ }; # Enable remote builder (distributed build via lazyworkhorse server) services.remoteBuilder.enable = true; +}