about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/dnyarri.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 44aacc1d..e395e387 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -45,19 +45,9 @@ in {
     pkgs.paperwork
   ];
 
-  # This is very ugly and I really want to avoid non-free packages on all
-  # of my workstations. But right now I need to get rid of useless paper.
-  nixpkgs.config.allowUnfreePredicate = pkg: let
-    inherit (builtins.parseDrvName (pkg.name or "")) name;
-  in name == "hplip";
-  nixpkgs.overlays = lib.singleton (lib.const (super: {
-    hplip = super.hplip.override { withPlugin = true; };
-  }));
-
   hardware.cpu.amd.updateMicrocode = true;
 
   hardware.sane.enable = true;
-  hardware.sane.extraBackends = [ pkgs.hplip ];
 
   hardware.enableRedistributableFirmware = true;