eeepc: Added Unfree
This commit is contained in:
parent
170fc12033
commit
5c65ce2f9e
|
@ -7,7 +7,7 @@
|
|||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||
../profiles/host_common.nix
|
||||
../profiles/powerManagement.nix
|
||||
../profiles/server_common.nix
|
||||
../profiles/server_common.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
@ -31,6 +31,7 @@
|
|||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
packageOverrides = pkgs: {
|
||||
stdenv = pkgs.stdenv // {
|
||||
platform = pkgs.stdenv.platform // {
|
||||
|
|
Loading…
Reference in a new issue