From 523b80f9d55a09042186ff45254038fe71fe3ad7 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 10:18:52 +0200 Subject: [PATCH] packages: removed redundant allowUnfree --- hosts/laptop/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 032dc08..a777942 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -44,9 +44,6 @@ programs.fuse.userAllowOther = true; programs.fuse.enable = true; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; # Nonfree packages: hplipWithPlugin - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [