From dbc4c0fd9d65726db92f43b0e621415c4b186feb Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Sun, 24 Mar 2024 14:25:13 +0100 Subject: [PATCH] allow unfree --- configs/wsl/home.nix | 2 ++ flake.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configs/wsl/home.nix b/configs/wsl/home.nix index 437b045..3625100 100644 --- a/configs/wsl/home.nix +++ b/configs/wsl/home.nix @@ -10,4 +10,6 @@ noiseSuppression.enable = false; isGraphical = false; }; + + nixpkgs.config.allowUnfree = true; } diff --git a/flake.nix b/flake.nix index acc8e2f..05a973a 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,7 @@ pkgs = import nixpkgs { system = "${system}"; overlays = [ nixgl.overlay ]; + allowUnfree = true; }; in { nixosConfigurations.thilo-pc = nixpkgs.lib.nixosSystem {