aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/printing
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:36:50 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:39 +0200
commit7f071dad3a41fe772a63111eb31eee3380f55b3b (patch)
treedc9d0c085e2c90d281b40ae00fab1758e6bfee48 /system/services/printing
parentFix(system/services/printing): Only start cups as needed (diff)
downloadnixos-config-7f071dad3a41fe772a63111eb31eee3380f55b3b.zip
Fix(system/services/printing): Remove useless drivers
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 = {