From 5d7838037e6cbfc69fb8163c3762871748245f0f Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Wed, 9 Aug 2023 16:41:32 +0900
Subject: feat(systems/cobalt): enable redistributable firmwares

---
 systems/cobalt/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 798fd4e..2bb6fdd 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -97,6 +97,7 @@ in
     EOF
   '';
 
+  hardware.enableRedistributableFirmware = true;
 
   networking.hostName = hostName;
 
-- 
cgit 1.4.1