about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-10 15:08:08 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-10 15:08:08 +0200
commit25bbcf332c90e4b584f644d0058807813881a502 (patch)
tree6e1cb2cfb2165a0b154e35a2f128b22693092e83 /machines/profpatsch
parente8e506de9b3b1cddd4f4cb9edb85f1e292a2b1e1 (diff)
modules/profpatsch/scannning: add option to list remote scanners
sane has a file called `net.conf` which is a list of hosts that are searched for
remote scanners.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 739718e6..17123721 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -330,7 +330,12 @@ in {
     # build derivation on taalo
     vuizvui.user.aszlig.programs.taalo-build.enable = true;
 
-    vuizvui.user.profpatsch.programs.scanning.enable = true;
+    vuizvui.user.profpatsch.programs.scanning = {
+      enable = true;
+      remoteScanners = ''
+        hannswurscht.openlab.lan
+      '';
+    };
 
     #######
     # Misc