allow unfree
This commit is contained in:
parent
4cff4ec89b
commit
69eb3d3527
|
@ -12,11 +12,8 @@
|
|||
lib = nixpkgs.lib;
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs.config.allowUnfree = true;
|
||||
in {
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
nixosConfigurations = {
|
||||
hp-laptop-lho = lib.nixosSystem {
|
||||
inherit system;
|
||||
|
|
Loading…
Reference in New Issue