Merge pull request #94 from nrdxp/redist-firmware

hosts: enable redistributable firmware by default
This commit is contained in:
Timothy DeHerrera 2021-01-17 01:27:24 -07:00 committed by GitHub
commit 3968ba64c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
[