Eelco Dolstra
bf9c57fc49
Improve services.locate.period deprecation message
2016-02-27 20:48:12 +01:00
Dan Peebles
e409d0fed3
nixos: update-locatedb - harden via systemd ( #7220 )
...
Also, use systemd timers.
Most of the work is by @thoughtpolice but I changed enough of it to warrant changing commit author.
2016-01-23 20:44:30 +00:00
William A. Kennington III
736552b7e5
nixos: Fix manpages from 8c652379df07f88d6b434fe1042e9a9ba9078440
2015-08-03 16:19:12 -07:00
Eelco Dolstra
ff4e92f2cc
Spelling etc
2015-08-03 13:48:43 +02:00
Profpatsch
8c652379df
locate: option includeStore
2015-08-02 01:04:13 +02:00
Nicolas Pierron
7b9fa26b10
Quote paths from example & default attributes.
2014-08-28 08:36:55 +02:00
Mateusz Kowalczyk
4934f52bb7
locate service: allow customisation
...
Fixes #2961
2014-06-24 12:54:16 +02:00
Eelco Dolstra
29027fd1e1
Rewrite ‘with pkgs.lib’ -> ‘with lib’
...
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.
2014-04-14 16:26:48 +02:00
Eelco Dolstra
408b8b5725
Add lots of missing option types
2013-10-30 18:47:43 +01:00
Eelco Dolstra
5c1f8cbc70
Move all of NixOS to nixos/ in preparation of the repository merge
2013-10-10 13:28:20 +02:00