diff options
author | sefidel <contact@sefidel.net> | 2023-08-09 16:41:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-09 16:41:32 +0900 |
commit | 5d7838037e6cbfc69fb8163c3762871748245f0f (patch) | |
tree | bed52bb2ea659c1c1e5365d1a36a10437df98bcd /systems/cobalt/default.nix | |
parent | d07a53ce5533c3888f7d047a9cb5eb10ecc395e7 (diff) | |
download | infra-5d7838037e6cbfc69fb8163c3762871748245f0f.tar.gz infra-5d7838037e6cbfc69fb8163c3762871748245f0f.zip |
feat(systems/cobalt): enable redistributable firmwares
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r-- | systems/cobalt/default.nix | 1 |
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; |