about summary refs log tree commit diff stats
path: root/system/services/printing/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:34:49 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:36 +0200
commit562e3c6522fea77c158e3c139709775e1463ea12 (patch)
tree9b5bd2471ec1d3042bf978268f4397c3f4652237 /system/services/printing/default.nix
parentFix(system/services/snapper): Use new option layout (diff)
downloadnixos-config-562e3c6522fea77c158e3c139709775e1463ea12.tar.gz
nixos-config-562e3c6522fea77c158e3c139709775e1463ea12.zip
Fix(sytem/services/printing): Make scanners work
Diffstat (limited to 'system/services/printing/default.nix')
-rw-r--r--system/services/printing/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index 1d4e58af..e4faed54 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -14,7 +14,6 @@
   };
   hardware = {
     sane = {
-      # TODO this won't work like this
       enable = true;
       extraBackends = [pkgs.sane-airscan];
     };