From 04cf7b97af097153d10e1ac6ce3aaa9601f6cec7 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 20 Jun 2017 15:30:38 +0200 Subject: machines/hannswurscht: actually enable sane hardware support … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/labnet/labtops.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix index 5297b4fe..f3745901 100644 --- a/machines/labnet/labtops.nix +++ b/machines/labnet/labtops.nix @@ -34,6 +34,7 @@ tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" "127.0.0.1" ]; }; + hardware.sane.enable = true; services.saned = { enable = true; extraConfig = '' -- cgit 1.4.1