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