Merge pull request #94 from nrdxp/redist-firmware
hosts: enable redistributable firmware by default
This commit is contained in:
commit
3968ba64c9
|
@ -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
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue