about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-09 16:40:47 +0900
committersefidel <contact@sefidel.net>2023-08-09 16:40:47 +0900
commit74968fa68ba54efcbcd2456aaa47bfcd0a7fde14 (patch)
tree2e9a32de23e0939f6299471afee1ae9bc89aff69 /nixos
parentb5c78eaed5f2eff3299c57aebbd66f5418e38e85 (diff)
downloadnixrc-74968fa68ba54efcbcd2456aaa47bfcd0a7fde14.tar.gz
nixrc-74968fa68ba54efcbcd2456aaa47bfcd0a7fde14.zip
feat(nixos/alpha): enable redistributable firmwares
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index fbd192b..c6ded1d 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -54,6 +54,8 @@
     zfs rollback -r rpool/local/root@blank
   '';
 
+  hardware.enableRedistributableFirmware = true;
+
   networking.hostName = "alpha";
   networking.hostId = "641a7b10";