allow unfree

This commit is contained in:
Lorenz Hohermuth 2024-07-23 15:07:54 +02:00
parent 9e0ad5fcc8
commit 596b508cd7
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
nixosConfigurations = {
hp-laptop-lho = lib.nixosSystem {
inherit system;