allow unfree
This commit is contained in:
parent
9e0ad5fcc8
commit
596b508cd7
|
@ -13,6 +13,10 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
|
nixpkgs.config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
allowUnfreePredicate = (_: true);
|
||||||
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
hp-laptop-lho = lib.nixosSystem {
|
hp-laptop-lho = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in New Issue