From 3f9ec51f86ad4348500266e031a4ec6ade135bb3 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 26 Dec 2023 03:30:37 -0500 Subject: [PATCH] Allow unfree packages --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index f74a3c3..b2843e3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,6 +115,9 @@ ntfs3g ]; + # Allow unfree packages + nixpkgs.config.allowUnfree = true; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;