From 36bb3d264912a0d21c28b8067ffe541370b48568 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 17 Jan 2021 01:26:38 -0700 Subject: [PATCH] hosts: enable redistributable firmware by default Fixes #92 --- hosts/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 4750cc0e..725c56ed 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -41,6 +41,8 @@ let home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; + hardware.enableRedistributableFirmware = lib.mkDefault true; + networking.hostName = hostName; nix.nixPath = let path = toString ../.; in [