From 0747fe1185442f3a07ebc5be3f40b9f3e7908a85 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 6 Oct 2024 15:36:44 +0200 Subject: [PATCH] enable hardware --- modules/system/jovian-workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/jovian-workstation/default.nix b/modules/system/jovian-workstation/default.nix index facb35d..8b6f5f3 100644 --- a/modules/system/jovian-workstation/default.nix +++ b/modules/system/jovian-workstation/default.nix @@ -1,4 +1,4 @@ { ... }: { - + hardware.enableRedistributableFirmware = true; }