aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/printing/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index 8e17ac81..d5b45658 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -9,9 +9,7 @@
enable = true;
startWhenNeeded = true;
webInterface = false;
- drivers = with pkgs; [
- gutenprint
- ];
+ drivers = [];
};
hardware = {
sane = {