diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7dab0f82..83f7e323 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -44,7 +44,7 @@ # Allow unfree packages # TODO: Can I do that in the flake.nix globally? I already set pkgs there with this config but it's not enough... # Since we use HomeManager as a module with global pkgs this should also cover user packages - nixpkgs.config.allowUnfree = true; +# nixpkgs.config.allowUnfree = true; # Bootloader/Kernel stuff boot = {