eeepc: Added Unfree

This commit is contained in:
Serĉanto de Scio 2021-05-17 14:18:01 +10:00
parent 170fc12033
commit 5c65ce2f9e
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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 // {