summary refs log tree commit diff
path: root/nixos/modules/services/hardware/sane.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* sane service: mention the lp group for printer+scannersRicardo Ardissone2017-02-03
|
* sane service: support remote scannersNikolay Amiantov2016-11-20
|
* sane service: add saned supportNikolay Amiantov2016-11-20
|
* sane module: add more documentationzimbatm2016-02-25
| | | | Imported from https://nixos.org/wiki/Scanners
* saneBackends{,Git} -> sane-backends{,-git}Tobias Geerinckx-Rice2016-01-03
| | | | Fixes xsane evaluation.
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* nixos: Add option hardware.sane.configDirRickard Nilsson2014-06-24
|
* sane: environment.variables -> environment.sessionVariablesCillian de Róiste2014-06-22
| | | | See 13befa3979d6ac98a96880fba9a3239bc333e644 for details
* sane: Make SANE_CONFIG_DIR overrideableRickard Nilsson2014-05-30
|
* sane: use mkSaneConfig to set system environmentThomas Tuegel2014-05-11
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10