mirror of
https://github.com/divnix/digga.git
synced 2024-11-23 20:22:04 +03:00
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 New Issue
Block a user