about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-09 16:41:32 +0900
committersefidel <contact@sefidel.net>2023-08-09 16:41:32 +0900
commit5d7838037e6cbfc69fb8163c3762871748245f0f (patch)
treebed52bb2ea659c1c1e5365d1a36a10437df98bcd /systems
parentd07a53ce5533c3888f7d047a9cb5eb10ecc395e7 (diff)
downloadinfra-5d7838037e6cbfc69fb8163c3762871748245f0f.tar.gz
infra-5d7838037e6cbfc69fb8163c3762871748245f0f.zip
feat(systems/cobalt): enable redistributable firmwares
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix1
1 files changed, 1 insertions, 0 deletions
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;