From 978042864cf57da88f6972ece192b3963bab0962 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 15:28:01 +0200 Subject: [PATCH] remove old allowUnfree from configuration.nix --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {