diff options
author | Soispha <soispha@vhack.eu> | 2023-05-17 21:34:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-17 22:14:36 +0200 |
commit | 562e3c6522fea77c158e3c139709775e1463ea12 (patch) | |
tree | 9b5bd2471ec1d3042bf978268f4397c3f4652237 /system/services/printing/default.nix | |
parent | Fix(system/services/snapper): Use new option layout (diff) | |
download | nixos-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.nix | 1 |
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]; }; |