From 596b508cd751dbd21dbdb2be0c2f61ed57a31a23 Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Tue, 23 Jul 2024 15:07:54 +0200 Subject: [PATCH] allow unfree --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 560b2f3..3a5316c 100644 --- a/flake.nix +++ b/flake.nix @@ -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;