From 0e8e169e721041081033853390fa364019f49170 Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Tue, 23 Jul 2024 15:07:59 +0200 Subject: [PATCH] allow unfree --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7a20ef8..f28ed88 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,7 +65,6 @@ # Define a user account. Don't forget to set a password with ‘passwd’. programs.zsh.enable = true; - nixpkgs.config.allowUnfree = true; hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot