diff --git a/hosts/orion/modules/nix.nix b/hosts/orion/modules/nix.nix index 653c6490..d78410e4 100644 --- a/hosts/orion/modules/nix.nix +++ b/hosts/orion/modules/nix.nix @@ -1,6 +1,7 @@ { inputs, ... }: { + nixpkgs.config.allowUnfree = true; nix = { nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = {