summary refs log tree commit diff
path: root/nixos/modules/services/backup/bacula.nix
Commit message (Collapse)AuthorAge
* nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
|
* bacula module: optionSet -> submoduleEric Sagnes2016-09-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* nixos: bacula service: re-format descriptionsTobias Geerinckx-Rice2015-09-07
|
* types.uniq types.int -> types.intEelco Dolstra2015-06-15
| | | | types.int already implies uniqueness.
* 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.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10