summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-26 18:15:57 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-26 18:15:57 +0100
commitfd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6 (patch)
tree57f70e4f0b691623d6ff79ce380eea680641a396 /hel.nix
parent6662c39fa0390827c9d66da9e7bd3a6aaa206137 (diff)
downloadnixos-fd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6.tar
nixos-fd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6.tar.gz
nixos-fd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6.tar.bz2
nixos-fd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6.tar.xz
nixos-fd89b4bf3a54d6c79a14d0328afdf55f1d20bcd6.zip
disable sane pending investigation
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hel.nix b/hel.nix
index 3753a8df..0f976037 100644
--- a/hel.nix
+++ b/hel.nix
@@ -347,11 +347,11 @@
347 347
348 bluetooth.enable = true; 348 bluetooth.enable = true;
349 349
350 sane = { 350 # sane = {
351 enable = true; 351 # enable = true;
352 extraBackends = with pkgs; [ samsung-unified-linux-driver ]; 352 # extraBackends = with pkgs; [ samsung-unified-linux-driver ];
353 configDir = "/etc/sane.d"; 353 # configDir = "/etc/sane.d";
354 }; 354 # };
355 }; 355 };
356 356
357 sound.enable = true; 357 sound.enable = true;