hosts: enable redistributable firmware by default

Fixes #92
This commit is contained in:
Timothy DeHerrera 2021-01-17 01:26:38 -07:00
parent f72125c5d2
commit 36bb3d2649
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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
[